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.

newban command usage

Old posts that have not been replied to for several years.
Locked
e
earthdark

Post by earthdark »

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...
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Use double-quotes.
e
earthdark

Post by earthdark »

Nevermind, I realize that I don't need to supply a chan for newban.. since it's global.
Locked