-
Notifications
You must be signed in to change notification settings - Fork 0
IRC
David edited this page Dec 11, 2017
·
2 revisions
Author: Davnit / Pyro
Description: Allows StealthBot to connect to an IRC network alongside Battle.net.
Commands:
- /irc <subcmd> [args]
- Executes actions within the context of IRC.
- Available <subcmd>'s are:
- connect [server] [port]: connects to the specified server and port. If omitted, the saved settings are used. Port defaults to 6667.
- disconnect: disconnects from the IRC network
- send <channel> <message>: sends <message> to <channel >
- join <channel>: joins a new IRC channel
- part <channel>: leaves an IRC channel
- focus <channel>: sets the chat focus to the specified IRC channel (see /if command)
- nick <nickname>: changes your IRC nickname to <nickname>
- raw <message>: sends a raw message directly to the IRC server
- get <setting>: returns the value of a setting
- set <setting> <value>: sets the value of a setting
- /if <message>: sends a message to the focused IRC channel
- Use the /irc focus <channel> command to set the focused channel
Setup Example:
- /irc set Nickname myname
- /irc set Server irc.freenode.net
- /irc set AutoConnect True
- /irc connect