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

by br00
Wed Feb 02, 2011 10:27 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 436787

nice one cache, works for now :)
by br00
Mon Sep 24, 2007 10:32 am
Forum: Script Requests
Topic: Request: Events on website mesaged by bot on irc
Replies: 2
Views: 1936

i had a similar requirement, needed bot to say in irc when a certain procedure was called on a site, here's something i found to deal with it, edited and commented so you can hopefully make it fit // where you have some sql that 'kills' the user, set $username below as that user $username = $arr['us...
by br00
Mon Sep 10, 2007 5:32 am
Forum: Eggdrop Help
Topic: How to make Eggdrop bot Blind for colors?
Replies: 9
Views: 17241

what a great little piece of script :)
by br00
Mon Sep 10, 2007 4:38 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293446

same here regarding shell, is in the US so google.com should work fine pinging www.google.com also works fine i do know another bot on the same hosts that is having the exact same problem (actually that and budsmokr also having the exact same problem makes me feel a bit better in that it's not just ...
by br00
Tue Aug 28, 2007 5:49 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293446

to be honest i have no idea how to use lynx and am pretty sure it's not available to me in any case is a purely 'eggdrops only' shell from voodoohosting, who until now i've been more than happy with, very reliable the fact that the script comes up with the standard google 'cant find anything' result...
by br00
Mon Aug 27, 2007 10:34 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293446

Tried killing & restarting your bot ? yep, nothing but "Sorry, no search results were found." every time, no matter what version i use frustrating to say the least gonna run it on a bot on another host, see if that makes any difference :/ edit hmm, works on bots on another host, seems...
by br00
Thu Aug 23, 2007 9:02 am
Forum: Script Support & Releases
Topic: incith:google :)
Replies: 273
Views: 293446

for a while now !google has returned "Sorry, no search results were found." also googlefight returns 0 for all fights (By results on Google: a ties with e on 0! etc etc, for anything) !images, however, still works fine i've tried fresh clean latest tcl and no difference (using incith:googl...
by br00
Sun Sep 24, 2006 10:07 am
Forum: Script Requests
Topic: mode $chan +f
Replies: 9
Views: 5441

you need to escape the [ and ]

Code: Select all

putserv "MODE $chan +CntTf \[20j#i2,20m#m2\]:15"
should do the trick
by br00
Mon Jun 19, 2006 8:14 am
Forum: Scripting Help
Topic: string help (using a specific part of a string?)
Replies: 3
Views: 4545

string help (using a specific part of a string?)

what it is, i have a string that always contains the word 'Size', i want to use only that which comes befor that word and forget the rest... have done some searching but to no avail ie: blah blah blah etc. Size i want to use just the 'blah blah blah etc' bit (which is different every time) so... how...