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.

av.pubmsg.tcl

Help for those learning Tcl or writing their own scripts.
Post Reply
L
Lightwizzard
Voice
Posts: 13
Joined: Thu Jul 27, 2006 12:27 pm

av.pubmsg.tcl

Post by Lightwizzard »

Hi all,

first ;) sry for the bad English^^

I use this script, my question

give´s a way to deaktivate the system Message when the Bot voiced or devoiced a user?

the problem in a chan is z.b
25 User. ideltime = 15 min

5 user talking 3 gone´s in idel mode = 3 system msg, 4 comes back from idel time 4 = 4 system msg, summa sumarum 7 system msg in the chan.

ok ok, one chance is to change the idelt time, but i think gives a way to deactivate it.

thanks in forward
Lighty
User avatar
dusk
Halfop
Posts: 91
Joined: Sun Mar 06, 2005 7:25 pm
Location: Belgium

Post by dusk »

You should post the script itself, not everyone here uses that script and we can't guess how it looks like, can we?

That said :
I'm not quit sure if this is what you meant but if you don't want the script to tell how many users its devoicing ERASE these lines in the script:

Code: Select all

    
if {($count != 0)} {
     putlog "-\[ av.pubmsg \]- devoicing $count users in $chan: $av_deoplist"
    }
GRTZ
L
Lightwizzard
Voice
Posts: 13
Joined: Thu Jul 27, 2006 12:27 pm

Post by Lightwizzard »

Oh ok

Sry ! :oops: i´am a noob here but this forum is Great and i leran with all the Script´s or with the script´s the TCL lines...

Thx for your help
this was what i search for.

Domo Arigato!
Lighty
User avatar
dusk
Halfop
Posts: 91
Joined: Sun Mar 06, 2005 7:25 pm
Location: Belgium

Post by dusk »

you're welkcome :)

always glad to help if I can



GRTZ
me likes me eggie :P
Post Reply