Tcl script Mode +B

Akhirnya Dapat Juga Nih Tcl untuk Mode channel biar bisa set mode +B di eggdrop ataupun di windrop :D


# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +ixpB"
putquick "privmsg nickserv :identify password"
}