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"]
}
can help me with this ? please Smile