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

by Snoopotic
Thu May 17, 2007 1:05 pm
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 298934

I can confirm. Currently updated to 1.6.7 thinking this might be fixed ther but isn't.

Btw. very nice script! ;)
by Snoopotic
Wed May 02, 2007 4:11 pm
Forum: Script Requests
Topic: !call (for calling >=hops per highlight)
Replies: 0
Views: 1887

!call (for calling >=hops per highlight)

Hi. I would like to have a script, that does the following: If a user joins a channel (eg a supportchannel where a supporter does not pay much attention for), he might get the ability to type !call after at least 1 minute (maybe setable) idling the channel, then the bot will call all available users...
by Snoopotic
Sat Feb 10, 2007 12:15 pm
Forum: Scripting Help
Topic: Help for delayed onjoinmessage excluding certain hosts
Replies: 2
Views: 2430

Ha very fine, its qiet a more easy solution :D I thought it might be done by negotiating...
Nah. Thanks so much, works as I wanted it :D
by Snoopotic
Sat Feb 10, 2007 10:28 am
Forum: Scripting Help
Topic: Help for delayed onjoinmessage excluding certain hosts
Replies: 2
Views: 2430

Help for delayed onjoinmessage excluding certain hosts

Hi. I need your help. FIrst the Code: ## set a var for your hosts set matchHosts [list \ *@crew* \ *@root* \ *@bastard* \ *@services* \ *@*users*] ## then use that down here proc join:message {nick uhost hand chan} { foreach mask $::matchHosts { if {![string match -nocase $mask $uhost]} {utimer 15 [...