IRC:Chii/Autoauth for mIRC

From AniDB
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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