Search results
Results From The WOW.Com Content Network
This is a list of all Internet Relay Chat commands from RFC 1459, RFC 2812, and extensions added to major IRC daemons. Most IRC clients require commands to be preceded by a slash (" / "). Some commands are actually sent to IRC bots ; these are treated by the IRC protocol as ordinary messages, not as / -commands.
IRC scripts are a way of shortening commands and responding automatically to certain events while connected to an IRC network.There are many different scripting languages for different types of IRC clients: ircII, BitchX, HexChat, mIRC, Visual IRC, Bersirc, and others have their own scripting languages, many of which share common features and syntax and therefore are easily portable from one ...
These are separate from (but tightly integrated into) IRC. They are contacted with the /msg command (not case-sensitive): Example: typing /msg ChanServ INFO #wikipedia-en will send the INFO command to ChanServ, which will respond by giving the basic information it holds on the channel #wikipedia-en. A list of commands is at /msg SERVICE_NAME Help.
In computing, a keyboard shortcut is a sequence or combination of keystrokes on a computer keyboard which invokes commands in software. Most keyboard shortcuts require the user to press a single key or a sequence of keys one after the other. Other keyboard shortcuts require pressing and holding several keys simultaneously (indicated in the ...
Built-in functions are termed commands or, if they return a value, identifiers. Custom scripted functions are called aliases. Aliases that return a value are known as custom identifiers. Both are called from the command line or other parts of a script in the same ways as built-in commands and identifiers (and can even supersede them).
From Wikipedia, the free encyclopedia. Redirect page
An IRC bot performing a simple task. An IRC bot is a set of scripts or an independent program that connects to Internet Relay Chat as a client, and so appears to other IRC users as another user. An IRC bot differs from a regular client in that instead of providing interactive access to IRC for a human user, it performs automated functions.
Command What it does Example /attach /server: Sign on to a server /attach irc.libera.chat /server irc.libera.chat /nick: Set your nickname /nick your_nickname /join /j: Join a channel /join #wikipedia-en /j #wikipedia-en /msg: Sends a message (can either be private or to the entire channel) Message the channel: /msg #wikipedia-en Hello, World!