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.

Spam

Help for those learning Tcl or writing their own scripts.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

asdd1 wrote:
nml375 wrote: Oki, could you see if your test client shows up when you do .bans ?

Code: Select all

<05.07 19:58:43> <gather-lv> [19:58] #janis# bans 
<05.07 19:58:43> <gather-lv> Global bans:
<05.07 19:58:43> <gather-lv> Channel bans for #Botnet:  (* = not placed by bot)
<05.07 19:58:43> <gather-lv> (There are no bans, permanent or otherwise.)
<05.07 19:58:43> <gather-lv> Use '.bans all' to see the total list.
Ahh, sorry, meant .bans all
NML_375
a
asdd1
Voice
Posts: 23
Joined: Sat Jul 05, 2008 6:33 am

Post by asdd1 »

aas
Last edited by asdd1 on Sat Jul 05, 2008 1:40 pm, edited 1 time in total.
a
asdd1
Voice
Posts: 23
Joined: Sat Jul 05, 2008 6:33 am

Post by asdd1 »

aass
Last edited by asdd1 on Sat Jul 05, 2008 1:40 pm, edited 1 time in total.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

You've got a few excessive } in there...
Also, drop the foreach-loop as you're using newban rather than newchanban.

The reason why the earlier versions gave you trouble, is most likely due to that the channel member list was not ready when the pv_kick2 proc got called, and hence the onchan-test would fail (and the isop/isvoice would always be true).
NML_375
Post Reply