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 Rolet
Sat Dec 06, 2008 2:29 pm
Forum: Scripting Help
Topic: Mirc Strip Help
Replies: 3
Views: 2611

no i want to leave all <> in lol
by Rolet
Sat Dec 06, 2008 10:41 am
Forum: Scripting Help
Topic: Mirc Strip Help
Replies: 3
Views: 2611

Mirc Strip Help

any idea why this will strip <> from text?? trying to get a quote script to work but cant cause if i have <NICK> it strips the lot. but if its <+NICK> its fine proc replace {{args ""}} { set switches "" for {set i 0} {[string match -* [set arg [lindex $args $i]]]} {incr i} { if {...
by Rolet
Mon Dec 01, 2008 8:37 am
Forum: Scripting Help
Topic: Loop Help
Replies: 1
Views: 1699

Loop Help

hey i made this code for my ircd network but it seems the loop wont work, it will show one user but if 2 users have the same ip it wont, any help would be greatful, code below :) set sql "SELECT ip, username FROM `ircusers` WHERE ip = '$text'" set result [mysqlsel $db_handle $sql -list] if...