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.
Old posts that have not been replied to for several years.
e
earthdark
Post
by earthdark » Fri Mar 08, 2002 5:42 pm
Greetings,
What is the correct usage of the newban command? (inside a tcl script that is)
I tried
Code: Select all
newban #channel *!*@64.230.38.161 badchan 'Spambot detected' 61 none
but I get the wrong number of args error, so I tried it without the "none" command, I get the same thing. According to tcl-commands.com, the syntax should be right...
Wcc
Master
Posts: 278 Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:
Post
by Wcc » Fri Mar 08, 2002 7:27 pm
Use double-quotes.
e
earthdark
Post
by earthdark » Fri Mar 08, 2002 8:20 pm
Nevermind, I realize that I don't need to supply a chan for newban.. since it's global.