Guest User

Untitled

a guest
Jul 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. bind evnt - init-server evnt:init_server
  2.  
  3. proc evnt:init_server {type} {
  4. global botnick
  5. putquick "MODE $botnick +i-ws"
  6. putserv "privmsg NickServ :identify PASSWORD"
  7. }
Add Comment
Please, Sign In to add comment