################## НИК #######################
bind pub - !нинфо nsinfo
bind pub - !ninfo nsinfo
proc nsinfo {nick uhost hand chan text} {
global nschan
putserv "nickserv info $text all"
set nschan $chan
return 0
}
bind notc - "*" nsnotc
proc nsnotc {nick uhost hand text dest} {
global botnick nschan
if {$dest == $botnick && $nick == "NickServ"} {
putserv "PRIVMSG $nschan :$text"
}
}
################## КАНАЛ ######################
bind pub - !кинфо chinfo
bind pub - !kinfo chinfo
proc chinfo {nick uhost hand chan text} {
global chchan
putserv "chanserv info $text all"
set chchan $chan
return 0
}
bind notc - "*" csnotc
proc csnotc {nick uhost hand text dest} {
global botnick chchan
if {$dest == $botnick && $nick == "ChanServ"} {
putserv "PRIVMSG $chchan :$text"
}
}
bind pub - !нинфо nsinfo
bind pub - !ninfo nsinfo
proc nsinfo {nick uhost hand chan text} {
global nschan
putserv "nickserv info $text all"
set nschan $chan
return 0
}
bind notc - "*" nsnotc
proc nsnotc {nick uhost hand text dest} {
global botnick nschan
if {$dest == $botnick && $nick == "NickServ"} {
putserv "PRIVMSG $nschan :$text"
}
}
################## КАНАЛ ######################
bind pub - !кинфо chinfo
bind pub - !kinfo chinfo
proc chinfo {nick uhost hand chan text} {
global chchan
putserv "chanserv info $text all"
set chchan $chan
return 0
}
bind notc - "*" csnotc
proc csnotc {nick uhost hand text dest} {
global botnick chchan
if {$dest == $botnick && $nick == "ChanServ"} {
putserv "PRIVMSG $chchan :$text"
}
}
все работает,но не как не могу сделать,так что бы бот писал не на канал нику а нотисом,подскажите пожалуйста,что нужно заменить