An integration with SwiftIRC through the OSRS chat box.
It is ideal to set the delimiter to a character you can easily prefix IRC messages.
The default delimiter is ;
. This document will use the default as reference.
Channel messages will show up in the chat box starting with the username that sent the message.
Sending a channel message: ;words can go here
Example: ;Hello #rshelp!
Received private messages will appear prefixed with (pm)
.
Sending a private message: ;;msg <nick> <message>
Example: ;;msg foobar Thanks for the information
Notices will appear prefixed with (notice)
to indicate it was not a channel message.
Sending a notice: ;;notice <nick> <message>
Example: ;;notice foobar Hey there!
The following services run on SwiftIRC: NickServ, ChanServ, BotServ, and HostServ.
You may communicate via the following commands with the respective service:
NickServ: ;;ns
ChanServ: ;;cs
BotServ: ;;bs
HostServ: ;;hs
Change user modes: ;;umode +R
(as an example)
Change channel modes: ;;mode #rshelp -s
Change the topic: ;;topic #rshelp Hi this was a bad idea
Clear the side panel: ;;clear
The username used to connect to SwiftIRC.
The channel you intend to join. Leaving this blank will default to #rshelp.
The password to identify with NickServ.
Defaults to ;
. Prefixed to messages destined for IRC.
- Various output is hidden, such as channel and user modes, topics, and other raw server output.