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

by wiz(andrew)
Sat Sep 09, 2006 2:36 am
Forum: Scripting Help
Topic: Changing $my-ip
Replies: 2
Views: 3334

ty

P.S.
i posted it just here (& then the broweser stuck & dubplicated it o.o
any way i deleted them sorry)
by wiz(andrew)
Sat Sep 09, 2006 1:48 am
Forum: Scripting Help
Topic: Changing $my-ip
Replies: 2
Views: 3334

Changing $my-ip

HI I am trying to make a command that shows the bots "ip" $my-ip bind dcc nmo "wupip" wizipupdate proc wizipupdate {hand idx arg} { global my-ip putdcc $idx "MyIp: $my-ip } they problem is the bot dont see "-" & i get this output cl error [wizipupdate]: can't r...
by wiz(andrew)
Sun Sep 03, 2006 12:08 am
Forum: Scripting Help
Topic: Timers and additions
Replies: 6
Views: 5673

Code: Select all

if {[onchan $nick $chan] } {...}
?
by wiz(andrew)
Fri Sep 01, 2006 12:18 pm
Forum: Scripting Help
Topic: string editing
Replies: 3
Views: 3100

Thx for the help!!!
(i dont belive i missed the string section in)


http://www.tcl.tk/man/tcl8.4/TclCmd/string.htm#M40 :oops:
thx again
by wiz(andrew)
Fri Sep 01, 2006 8:04 am
Forum: Scripting Help
Topic: string editing
Replies: 3
Views: 3100

string editing

hello i need few proc/command that match mirc's commands $mid $mid(text,S,N) Returns N characters starting at position S in text. $mid(othello,3,4) returns hell If N is zero, it returns the number of characters from S to the end of the line. You may also use negative numbers for S or N. what i am tr...