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 |
realJoshByrnes / passportupdater.mrc
0 likes
0 forks
1 files
Last active
| 1 | ; The last ever MSN Chat passport updater - 16/05/2017 |
| 2 | ; - Based on my previous work (sslupdatefix.mrc) - 10/04/2006 |
| 3 | ; - Update $sockerr check for AdiIRC compatibility - 14/01/2025 |
| 4 | |
| 5 | ; - Why doesn't it get my PassportProfile? It's no longer sent by MSN. |
| 6 | |
| 7 | ;Just type /ppu.update to update passport |
| 8 | ;You may need to change the %variables to suit your connection |
| 9 | |
| 10 | alias PPU.Update { |
Newer
Older