This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

nickserv status problem

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
H
Hatas
Voice
Posts: 3
Joined: Wed Oct 14, 2009 3:09 am

nickserv status problem

Post by Hatas »

Hello,

I have problem with nick status check. i programing new bot with statistics i want to chek irc user is hi identificated his nick on irc network before write data into databese.

what i want:

in network with comand "/nickserv status nick" you get answer is the nick identified his nick
expl:

/nickserv status Hat
-NickServ (ubaldas@aitvaras.eu)- STATUS Hat 3

3 - it means that user is identifed his nick

my code:

Code: Select all

proc statusid {nick} {
global db id status channel
set stat [putserv "nickserv status $nick"]
}
problem that i dont known how to get the notice sending by nickserv.

can help me with this ? please Smile
Post Reply