mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 98
T
twigboy Offline OP
Babel fish
OP Offline
Babel fish
T
Joined: Jan 2003
Posts: 98
1. Editor
can you add a soft-tab option? it'll help code readability

2. Event Modification
since on TEXT\ACTION\NOTICE\ have the same event syntax, is it possible to combine them?

eg. on *:TEXT,ACTION:*:#:{
//coding here
}

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
How about just a wildcard in place of "TEXT,ACTION" and then use if ($event == text) {

Nesting things rocks.


Link Copied to Clipboard