mIRC Home    About    Download    Register    News    Help

Print Thread
#23776 12/05/03 09:24 AM
Joined: May 2003
Posts: 730
S
ScatMan Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
it would be nice if in the future version there will be something like this:
on *:*:{
if ($event == text) { command }
elseif ($event == input) { command2 }
}
smile


#23777 12/05/03 11:14 AM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
ya it would be cool .. try searching for on debug

all forums
entire phrase
all posts

Edit: because I'm not sure where it's at or when it was posted

Last edited by RoCk; 12/05/03 11:33 AM.
#23778 12/05/03 10:44 PM
Joined: May 2003
Posts: 177
P
Vogon poet
Offline
Vogon poet
P
Joined: May 2003
Posts: 177
This was suggested way before the forum went down. It's a good idea, but I remember seeing someone mention that this would be a problem and would probably not be implemented.

#23779 13/05/03 10:41 AM
Joined: Dec 2002
Posts: 117
R
Vogon poet
Offline
Vogon poet
R
Joined: Dec 2002
Posts: 117
I think on debug would be triggered when the server sends a line.
The advantage of on *:*:*: and on *:*: (depends on the event) would be that mIRC has already parsed the data, so you could use $nick $fulladdress etc.

it would be nice if you could combine events:
on *:*:help:if (($event == action) || ($event == text) || ($event == notice)) echo 4 -a $nick needs help!


$input(Me like stars, You too?)

Link Copied to Clipboard