<pre>
bind f5 "say /sleep"
</pre>
The new IRC Commands:
<pre>
Irc [Server] [Port]
Ircsay [Msg]
</pre>
Irc [Server] [Port]: This opens the IRC windows in the provided server and port, Heavenly place by Default.
Ircsay [Msg]: Says the given text in the IRC, could be used to auto identify your self by pressing {{key|F7}}
<pre>
bind f7 "ircsay /identify *password*
</pre>
Could also be used to Auto-Load the irc once the game starts by adding
<pre>
irc
</pre>
In the autorun.txt file
Note: the Brackets [] aren't needed in the commands, it can just be.
<pre>
ircsay hey guys
</pre>
Another command i didn't see listed is exec, it loads a commands from a text file, that is all i currently know about this command.
It could be used like this...
<pre>
bind F7 "exec irc.txt"
</pre>
irc.txt could have the following in it...
<pre>
ircsay /part #lobby
ircsay /identify *password*
ircsay /join #town channel or such
ircsay Hey guys.
</pre>