This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

[b]Problems[/b]

Old posts that have not been replied to for several years.
Locked
K
KeRmiT^

[b]Problems[/b]

Post by KeRmiT^ »

i have a !ban, !unban script to my windrop

bind pub oB|oB [string trim $z(cmdchar)]ban pub_z_ban
did work, i write !ban <nick> nothing happend

bind pub - [string trim $z(cmdchar)]ban pub_z_ban
thats work but every in the channel can write !ban <nick> and ban idlers

what is wrong?
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

I suggest you read the tcl-commands.doc file about binds.
bind pub <flags> <command> <proc>
it's the <flag> setting you need to look at
also do a .help whois on your bot
Elen sila lúmenn' omentielvo
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

It asks for o and B channel or global flags. Guess you don't have the B one. Do what Papillon sugested you first then you can eyther remove the B or .chattr your_handle +B
Once the game is over, the king and the pawn go back in the same box.
Locked