Code: Select all
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
Code: Select all
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
putquick "MODE $::botnick +iR-ws"
putquick "privmsg nickserv :identify pass"
}
any help be thankful
i did use search but did not see common problem