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.

Search found 6 matches

by Salik83
Thu Apr 23, 2009 3:33 pm
Forum: Scripting Help
Topic: Whats wrong in this code :/
Replies: 9
Views: 6649

yeah, i updated all bug fixers.. thanks :) well +g is for autovoice too i guess, so we need to .adduser for this?
by Salik83
Thu Apr 23, 2009 3:22 pm
Forum: Scripting Help
Topic: Whats wrong in this code :/
Replies: 9
Views: 6649

cant use new version, i know it comes with slowvoice feature, have to get some auto voice script so i can add some exemptions, i cant ignore *!*@119.* from bot because most of master are using same ip. thanks nml.. code worked. (F)!
by Salik83
Wed Apr 22, 2009 3:28 pm
Forum: Scripting Help
Topic: Whats wrong in this code :/
Replies: 9
Views: 6649

set sv(delay) 60:180 set sv(voiceops) 0 set sv(method) 2 if {$numversion < 1060200} { bind join v|v * join:sv proc join:sv {nick host hand chan} { global sv utimer [expr [lindex [split $sv(delay) :] 0] + [rand [lindex [split $sv(delay) :] 1]]] [list sv:voice $nick $host $hand $chan] } proc sv:voice...
by Salik83
Tue Apr 21, 2009 4:24 pm
Forum: Scripting Help
Topic: Whats wrong in this code :/
Replies: 9
Views: 6649

Whats wrong in this code :/

if {$numversion < 1060200} { bind join v|v * join:sv proc join:sv {nick host hand chan} { global sv utimer [expr [lindex [split $sv(delay) :] 0] + [rand [lindex [split $sv(delay) :] 1]]] [list sv:voice $nick $host $hand } proc sv:voice {nick host hand chan} { if {[botisop $chan]} { global sv switch...
by Salik83
Mon Apr 20, 2009 3:27 pm
Forum: Script Requests
Topic: Need help with avoice..
Replies: 1
Views: 3238

Need help with avoice..

hello guys,

i have some autovoice tcl, but i just want to add some ips so user wont get voice matching those ips.
or some code that will add user if global op or master type in channel .human nick and nick will automatically added to the channel +g list? :/ sorry for my bad english!
by Salik83
Sun Apr 19, 2009 5:17 pm
Forum: Script Requests
Topic: script to autovoice nicks that start with lower case letter
Replies: 5
Views: 7944

Need little help

hello guys,

i have some autovoice tcl, but i just want to add some ips so user wont get voice matching those ips.
or some code that will add user if global op or master type in channel .human nick and nick will automatically added to the channel +g list? :/ sorry for my bad english!