Code: Select all
if {([matchattr $nick $authflag] == 0)} {
puthelp "privmsg $nick :Sorry dar nu esti autentificat"
return 0
}Code: Select all
if {([matchattr $nick $authflag] == 0)} {
puthelp "privmsg $nick :Sorry dar nu esti autentificat"
return 0
}Code: Select all
if {![string match [getuser $handle XTRA permident] $uhost]&&\
![matchattr $nick $authflag]} {
puthelp "privmsg $nick :Sorry dar nu esti autentificat"
return 0
}