realJoshByrnes / IRC8.mrc with README.md
1 polubień
0 forków
2 plików
Ostatnio aktywne
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 |
godzhand / sockbot-1.0-pre-ocx
0 polubień
0 forków
1 plików
Ostatnio aktywne
sockbot-1.0-pre-ocx by phys1ks
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 2 | ;;; ;;; |
| 3 | ;;; sockbot v1.0 ;;; |
| 4 | ;;; © phys1ks 1999 ;;; |
| 5 | ;;; ;;; |
| 6 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 7 | on 1:sockopen:sock*: { |
| 8 | if ($sockerr > 0) { echo -a 5[4Sock Bot5]15 Unable to connect to irc server! | echo -a 5[4Sock Bot5]15 retrying connection.... | set %sock.name $sockname | sockclose $sockname | sockopen %sock.name %s.server %s.port | halt } |
| 9 | unset % [ $+ [ $sockname [ $+ .* ] ] ] |
| 10 | echo -a 5[4Sock Bot5]15 Logging in user name... |
realJoshByrnes / passportupdater.mrc
0 polubień
0 forków
1 plików
Ostatnio aktywne
| 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 { |
Nowsze
Starsze