Main > Free Download Search >

Free irc commands software for linux

irc commands

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3684
Remote Secure Command System 1.0

Remote Secure Command System 1.0


Remote Secure Command System is a remote asynchronous and secure command system based on a file configuration. more>>
Remote Secure Command System project is a remote asynchronous and secure command system based on a file configuration.

A standalone server sends and receives commands through files, and a batch system launch ssh and scp commands.
<<less
Download (0.040MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1146 downloads
Commands::Guarded 0.01

Commands::Guarded 0.01


Commands::Guarded Perl package provides better scripts through guarded commands. more>>
Commands::Guarded Perl package provides better scripts through guarded commands.

SYNOPSIS

use Commands::Guarded;

my $var = 0;

step something =>
ensure { $var == 1 }
using { $var = 1 }
; # $var is now 1

step nothing =>
ensure { $var == 1 }
using { $var = 2 } # bug!
; # $var is still 1 (good thing too)

my $brokeUnless5 =
step brokenUnless5 =>
ensure { $var == 5 }
using { $var = shift }
; # nothing happens yet

print "var: $varn"; # prints 1

$brokeUnless5->do(5);

print "now var: $varn"; # prints 5

step fail =>
ensure { $var == 3 }
using { $var = 2 }
; # Exception thrown here

This module implements a deterministic, rectifying variant on Dijkstras guarded commands. Each named step is passed two blocks: an ensure block that defines a test for a necessary and sufficient condition of the step, and a using block that will cause that condition to obtain.

If step is called in void context (i.e., is not assigned to anything or used as a value), the step is run immediately, as in this pseudocode:

unless (ENSURE) {
USING;
die unless ENSURE;
}

If step is called in scalar or array context, execution is deferred and instead a Commands::Guarded object is returned, which can be executed as above using the do method. If do is given arguments, they will be passed to the ensure block and (if necessary) the using block.

The interface to Commands::Guarded is thus a hybrid of exported subroutines (see SUBROUTINES below) and non-exported methods (see METHODS).
For a detailed discussion of the reason for this modules existence, see RATIONALE below.

<<less
Download (0.012MB)
Added: 2007-05-23 License: Perl Artistic License Price:
885 downloads
IRC BotNET 1.0

IRC BotNET 1.0


BotNET is an IRC bot that has two modes: stand-alone and BotNET mode. more>>
IRCBotNET is a Botnet. It is a network of IRC bots that communicate with one another. They share a means of communication whereby all bots speak to one another and exchange information. They are useful for keeping and maintaining a channel by acting as a group of channel bots that work together with a common goal.

Say, for instance, you have one IRC bot keeping a channel and a netsplit occurs or the bot dies for some reason. Immediately the channel becomes chaotic and anarchic without an IRC bot keeping the peace. With a Botnet, even if an IRC bot dies, here still remains the rest of the bots on the Botnet to continue maintaining the channel and the loss of the one bot means nothing as the other bots do its exact same job.

BotNET is an extremely powerful IRC BOT and has many features.
BotNET doesnt necessarily have to run as a Botnet, it can run as a normal IRC bot and in fact does this by default. It has a massive collection of functions that can be seen in the BotNET man pages. When run as a Botnet, BotNET has supreme capabilities that have never been attempted before in Botnets. When a BotNET bot is run in Botnet mode, it connects to a BotNET Communication Stream Server (botserv) that is included in this package.

It uses this server to communicate with the other bots on the Botnet. The difference here is that not only can it do whatever any other Botnet can do, but it also uses this stream of communication with its added IRC Stand-alone bot functionality. For instance, if you add a user to the bot, immediately, all other bots connected to the database add this user to their local databases and a global-wide Botnet database is maintained. So you can use any one of the bots on the Botnets for anything that you so desire. This powerful feature makes BotNET very predominant over other Botnets.
<<less
Download (0.027MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1322 downloads
Command Executor 0.2

Command Executor 0.2


Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. more>>
Command Executor is an amaroK script which execute an internal command (e.g. stop playing) when reaches that entry. Sometimes it is useful to execute some external commands (e.g. shutdown) when playing reached a certain place (e.g. end of album).

This script does the job. If amaroK starts playing a track from the "Shell Command" album, this script executes the comment tag of the track as a shell command.

You need some prepared audio files, with correctly filled tags. There are three .ogg files enclosed for stop playing, shutdown and hibernate the computer.

<<less
Download (0.005MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1330 downloads
IRC to MSN gateway 0.1

IRC to MSN gateway 0.1


This is the IRC gateway for Microsoft(tm) Messenger. more>>
This is the IRC gateway for Microsoft(tm) Messenger.

You probably wonder what this is and why I wrote this. Some more information can be found in the DESIGN document that is included in this package.

This software is written by Johannes Verelst and is licensed through the GPL license (http://www.gnu.org/licenses/gpl.html).

Note that this is pre-alpha code, it probably does a bit that you want, but dont email me bugreports or feature requests. It is under heavy development.

If this program doesnt run try to install corectly all required perl modules yourself.

The idea for this program came when I was getting annoyed by the fact that I had to use different programs for both IRC and MSN. Since I dont know of any good MSN clients that can do IRC too (on unix, ofcourse), I started thinking about the other way around: an IRC client that can do MSN.

When I saw a piece of software written by Adam Swann that allows easy connectivity to MSN with perl, I decided to write an IRC server in perl that would connect to MSN for you. This is the result.

<<less
Download (0.009MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
IRC-Chess 0.1

IRC-Chess 0.1


IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot. more>>
IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot.

It consists of a Java chess server, with frontend scripts to convert an IRC client into a chess bot. Players then communicate with the bot using standard IRC commands, and dont require any special software to play.

Frontend scripts are available for IRSSI and X-Chat.

The client is merely responsible for interpreting this data and displaying it. In this way, porting the system to a variety of IRC clients is very simple, since
the client script will be short, and effectively contain no code specific to the game being played.

In other words, the Java part is smart. The script is dumb and is just there to make things look pretty.

This idea works. Currently, client scripts have been designed for RSSI and XChat. Since both these programs use Perl for scripting, the scripts are practically identical, with a few client specific modifications.

Porting this script to other IRC clients shouldnt be too much of a hassle, since its just the frontend thats ported, not the chess game itself. Anyone wanting to create frontend scripts for other IRC clients, please feel free to do so.

The PROTOCOL file describes exactly what needs to be done.

<<less
Download (0.059MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1075 downloads
IRC Defender 1.4b1

IRC Defender 1.4b1


IRC Defender is a Perl program for protecting your IRC network against malware. more>>
IRC Defender is a Perl program for protecting your IRC network against malware. It can protect you against virus drones, general troublemakers, ban evasion, and attacks.


The program will background, and auto join the channel you have defined where the commands given below are accepted. Please be sure to secure your channel (e.g. set +O on it) so that normal users may not access these commands!

While the program is running, you may edit its config file then do a remote rehash (e.g. via /rehash defender.*) to cause its configuration files to be re-read. When you do this any modules you have removed from the configuration will be unloaded, and any you have added will be freshly loaded. Any that remain unchanged will be re-initialised as though the bot was just reloaded by hand.
<<less
Download (0.049MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1209 downloads
Sensibe IRC Handler 0.1

Sensibe IRC Handler 0.1


Sensible IRC Handler aims to provide an interface for Gaim that handles irc:// links in Firefox Browser. more>>
Sensible IRC Handler aims to provide an interface for Gaim that handles irc:// links in Firefox Browser. This will provide the same xchat-gnome functionality to handle irc:// links, but for Gaim.
Recent changes in inclusion of packages for future Ubuntu release will not include xchat-gnome because of recursive duplication with Gaims IRC capabilities, so IRC will be entirely handled in Gaim.
This will use Gaim as an IRC client, but will not alter the main Gaim configurations, this would create a temporary configurations for the current sessions. A functionality to add the IRC channels defined in InternetRelayChat in Gaim buddy list, will be easy, but will not add them by default. Adding them for a user requires further discussions.
Enhancements:
- GTK+ version 2.2.x
<<less
Download (0.20MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
1242 downloads
WBB IRC Postbot 3.7

WBB IRC Postbot 3.7


WBB IRC Postbot is a hack for the Woltlab Burning Board (WBB) which posts new threads, posts and registrations automatically. more>>
WBB IRC Postbot is a hack for the Woltlab Burning Board (WBB) which posts new threads, posts and registrations automatically into IRC (Internet Relay Chat). Furthermore, users can search the board, show the latest threads/posts and look up a user’s last seen date via IRC.

Available commands

!boardsearch < title > – Shows threads and posts whose title contains the searched words.
!boardseen < username > – Shows when the user was seen the last time in board and when he posted the last time.
!latest – Shows the latest threads/posts (amount is configurable).
!topposter – Shows users with the most posts.
!foren (only for configured admins) – Shows the boards whose threads/posts will be posted into IRC (mainly for debugging purposes).
!lastusers (only for configured admins) – Shows the last registrations.

<<less
Download (0.25MB)
Added: 2007-01-14 License: BSD License Price:
1018 downloads
IRC Channel Relay Bot 1.1

IRC Channel Relay Bot 1.1


The purpose of this bot is to relay messages from one IRC network to another. more>>
Relay-bot is a program we initially wrote because our group of friends that hang out on one channel could never seem to all stay on EFnet, and even if we could EFnet was splitting so badly at the time that it was unusable. However, we couldnt readily switch to another network because not everybody is always online and a few people wanted to stick with EFnet because there were other friends of theirs still there. So, relay-bot was born. It allowed us to split our channel across 2 (actually, 3 or 4) different IRC networks fairly effectively.
You[l need a copy Of Perl since perlay bot is written in Perl. Youll also need a copy of Net::IRC.
Theres currently no real installation routine; just untar the tarball, edit "relay-bot.config" and run "relay-bot.pl".
Enhancements:
- relay-bot.config: Fixed small issue in example config file
- BUGS, relay-bot.pl: Prepping for update to a new release
<<less
Download (0.02MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1277 downloads
IRC Collective 0.1.3

IRC Collective 0.1.3


IRC Collective software contains a parser, with a modular architecture that makes it flexible in the way it can process input... more>>
IRC Collective software contains a parser, with a modular architecture that makes it flexible in the way it can process input and handle output. The output of the parser is primarily used to add to an SQL database that can in turn be queried by, e.g., a Web application (also provided).

The parser can be extended by defining new input formats and output handlers. It can help you stay up to date on the IRC channels that you visit regularly. You can write your own applications on top of the SQL database. You can search past conversations using the Web interface (results will be paged).

<<less
Download (0.039MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
821 downloads
Ghoti IRC Client 0.86

Ghoti IRC Client 0.86


Ghoti is a GUI-based IRC Client for unix/linux. more>>
Ghoti is a GUI-based IRC Client for unix/linux, written in Perl, and distributed under the GPL. Ghoti IRC Client has an uncanny similarity to mIRC.
Main features:
- Multi-server support
- Fully customisable GUI
- DCC Resume support
- Support for mIRC colours
- Robust CTCP flood protection
- Built in XDCC/CDCC file offering
- On-event sounds (if you really must)
<<less
Download (0.15MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1190 downloads
doIRC 1.2.1

doIRC 1.2.1


doIRC is a full fledged IRC (GUI) client written in JAVA. more>>
doIRC is a full fledged IRC (GUI) client written in JAVA.
doIRC is multi-threaded, MDI and implements IRC, CTCP and DCC protocols and is a very user friendly and easy to use application.
Main features:
- Multi-Threaded, Multiple Document Interface (MDI) client.
- Supports multiple channels, queries and DCC.
- IRC Server selection option from the Status Window.
- Channel List setup option.
- User Information setup.
- Individual channel window setup options. Remebers the new colors for that channel and uses it again.
- Covers nearly all the IRC commands. I have not tried it. In case if any command is missing or not working, e-mail me.
- Channel log option available.
- Popup menus provided for userlist and text windows for different functions.
- Command Panel, Ban List and tool bar in Channel Window for easy topic and mode change, ban list view and other useful commands. Bans can be just removed by double clicking on ban list (for Operators only). The command panel can be hidden by de-selecting the "Command Panel" option under the "Options" menus in channel window.
- Colors setup for different text messages types.
- Copy and paste using the CTRL-C and CTRL-V options.
- Have tried to support mIRC colors, but still not fully functional. All the text bold, italic and underline is supported. (Support is for incoming text only).
- User Hostname view (from userlist, ban list) using the tool tip text. Just select the user or ban and tooltip will show rest of information.
- Easy bans.
- Hide and show the window with just simple click.
- In built identd server (You might need only for Windows).
- Easy help on ToolBar and other components through Tooltip text.
- Look and Feel (Windows, Motif, Metal).
- Better connection to IRC servers.
- doIRC editor to view the setup files and create aliases.
- Layout of window (Auto/Manual, Cascade, Horizontal, Vertical).
- New to this Version (doirc1.0)****
- 23) Lock and Unlock features using password.
- 24) Will create the setup (.ini files) in ${HOME}/.doirc.
- 25) Better event handling mechanism. Menus and Toolbar will activate and deactivate based upon the
- status of the client and type of window selection.
- 26) Flexible way of opening logs using the preferered editor, preferred Mail program, preferred browser.
- Added new finger program.
- Added DCC Resume Option.
- Time out feature for server connection. Currently hardcoded, will soon make it configurable.
<<less
Download (0.24MB)
Added: 2006-03-31 License: GPL (GNU General Public License) Price:
1302 downloads
jIRleeCh 1.3

jIRleeCh 1.3


jIRleeCh is a Java IRC client that is mainly used to ease the acquisition of XDCC packs. more>>
jIRleeCh project is a Java IRC client that is mainly used to ease the acquisition of XDCC packs.

It relieves the user from the need to know and type IRC commands to get XDCC Bot files or to use multiple tools and plugins to do so. It has an easy-to-use GUI interface with all the basic IRC client features.

It parses packetnews.com to search for packs. No IRC knowledge is needed to use it, as it automatically connects to a network, channel, and queues a pack.

<<less
Download (1.0MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1104 downloads
irc-proxy 0.4 Beta

irc-proxy 0.4 Beta


Ircproxy is a transparent IRC content filtering application. more>>
Ircproxy is a transparent IRC content filtering application. It may be used whenever there is a need for monitoring IRC connections.

irc-proxy may be used to deny specific connections or to examine suspicious IRC traffic.

<<less
Download (0.059MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1219 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5