IRC:Chii/Autoauth for mIRC: Difference between revisions
Jump to navigation
Jump to search
(new) |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
on 1:JOIN:#anidb: { | on 1:JOIN:#anidb:{ | ||
if ($nick == $me) { | if ($nick == $me || $nick == Chii[AR]) { | ||
/msg Chii[AR] auth '''''user pass''''' | |||
} | |||
} | |||
on 1:TEXT:login first - $me:*:{ | |||
if ($nick == Chii[AR]) { | |||
/msg Chii[AR] auth '''''user pass''''' | /msg Chii[AR] auth '''''user pass''''' | ||
} | } | ||
Line 6: | Line 12: | ||
* misses a check if Chii[AR] is Chii (hostcheck?) | * misses a check if Chii[AR] is Chii (hostcheck?) | ||
* misses a | * misses a re-auth for Chii rejoining after Disconnect/Netsplit | ||
[[Category:IRC]] | |||
[[Category:Script]] |
Latest revision as of 19:01, 24 April 2009
on 1:JOIN:#anidb:{ if ($nick == $me || $nick == Chii[AR]) { /msg Chii[AR] auth user pass } }
on 1:TEXT:login first - $me:*:{ if ($nick == Chii[AR]) { /msg Chii[AR] auth user pass } }
- misses a check if Chii[AR] is Chii (hostcheck?)
- misses a re-auth for Chii rejoining after Disconnect/Netsplit