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 Doa
Fri Apr 14, 2006 5:25 pm
Forum: Scripting Help
Topic: Catching a 'no such user' server response
Replies: 6
Views: 6967

irssi but i know mirc has something like that too , can't remeber what command though
by Doa
Fri Apr 14, 2006 4:44 pm
Forum: Scripting Help
Topic: Catching a 'no such user' server response
Replies: 6
Views: 6967

you could take a look or check your client rawlog ...

>> :some.server.net 401 Doa test :No such nick/channel
so yea bind raw - 401 procname
by Doa
Wed Apr 12, 2006 2:44 pm
Forum: Scripting Help
Topic: Passing variables into imdb script?
Replies: 2
Views: 4395

make it global
for example:

Code: Select all

proc blaat {n u h a} {
global pom
set pom "$n $a"
}

proc toem {} {
global pom
puts $pom
putlog "$pom"
}
by Doa
Sat Nov 19, 2005 9:20 pm
Forum: Shell & Bouncer Help
Topic: TCL ROOT HELP
Replies: 3
Views: 19228

you can recompile tcl (not in /usr/local !) or edit the Makefile or set the right path with ./configure --with-tcllib=PATH --with-tclinc=PATH