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

by alphaz
Sun Aug 29, 2010 11:26 pm
Forum: Script Support & Releases
Topic: !ping ip/host
Replies: 7
Views: 13368

the only thing you have to change for this script to work is the following line: if {[catch {exec ping [lindex $rest 0] -c 3} ping]} { set ping 1 } change set ping 1 to set ping 0 .. and it will work.. this is not the perfect way to build a script.. but it does work.. right now im working with it.. ...
by alphaz
Sat Jun 26, 2010 3:36 pm
Forum: Script Support & Releases
Topic: LastXDCC.tcl catch XDCC announce from Iroffer bots
Replies: 2
Views: 5921

gLXbotslist special characters

eggdrop crash when there's nicks like "MP3P-\]AMC[\-0XX" in gLXbotlist i tried with set gLXbotslist "JavieR MP3P|Stuck|IYA" and it worked!.. I think it is because the special characters like "[] / \" ----------------------------------------------------------------------...