!Seen - NickServ Info

By Ovaldo on Jul 12, 2007

When annoying people type !seen Someone and it says I don't know who Someone is. Well this script shows the channel WHY that person is unknown to the bot my messaging NickServ the info on that nick.

I got help with this from Typo @ irc.aXpi2.net

on *:TEXT:!seen*:#:{
  set %nschan #
  enable #ns
  msg # Begin !Seen.
  msg NickServ info $2
}
#ns off
on *:notice:*:*:{
  if ($nick == nickserv) {
    if (*isn't registered.* iswm $1-) { msg %nschan $1- | nsalldone %nschan | return }
    if (*For more verbose information* iswm $1-) { nsalldone %nschan | return }
    if (*Last quit message:* iswm $1-) { msg %nschan $1- | nsalldone %nschan | return }
    msg %nschan $1-
  }    
}
#ns end
alias nsalldone { msg $1 End of !Seen . | unset %nschan | disable #ns | return }

Comments

Sign in to comment.
dma   -  Dec 07, 2015

good work .. lots of info just like i love it lol

 Respond  
Kardadantis   -  Jul 21, 2010

cool, working :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.