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 2 matches

by yozeff
Thu Jan 10, 2008 3:34 am
Forum: Scripting Help
Topic: trigger commands antiflood
Replies: 2
Views: 2241

trigger commands antiflood [solved]

Thanks! Problem solved! I combined scripts like this: bind pub - !kiss pub:kiss proc throttled {id time} { global throttled if {[info exists throttled($id)]} { return 1 } { set throttled($id) [clock sec] utimer $time [list unset throttled($id)] return 0 } } proc pub:kiss {nick uhost handle channel a...
by yozeff
Wed Jan 09, 2008 1:26 pm
Forum: Scripting Help
Topic: trigger commands antiflood
Replies: 2
Views: 2241

trigger commands antiflood

Hello. It's my first post :) I have searched through the forum, but could not find such thing: if a user on the channel very quickly types 3 lines: [10:05:15] <user> !kiss Nickname [10:05:15] <user> !kiss Nickname [10:05:16] <user> !kiss Nickname ...then bot does this: [10:05:18] <bot> user kisses N...