realJoshByrnes / IRC8.mrc with README.md
1 likes
0 forks
2 files
Last active
MSN (IRC8) compatible connection script
1 | ; IRC8 connection by JD |
2 | |
3 | on ^1:LOGON:*:{ |
4 | raw -q IRCVERS IRC8 MSN-OCX!9.02.0310.2401 |
5 | raw -q AUTH GateKeeper I : $+ $gk.header(1) |
6 | haltdef |
7 | } |
8 | |
9 | on 1:PARSELINE:in:*:{ |
10 | tokenize 32 $parseline |
Newer
Older