mIRC Home    About    Download    Register    News    Help

Print Thread
#206607 18/11/08 06:11 PM
Joined: Nov 2007
Posts: 117
T
Vogon poet
OP Offline
Vogon poet
T
Joined: Nov 2007
Posts: 117
on 1:input:#: {
echo -a $1 $2
if ($1 == *) && ($2 == a) { .echo -a 4 Ircops Enabled }
}

any help about this, i dont know what i doing wrong

thnx

TheWarlock #206609 18/11/08 06:18 PM
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Uhmmm... what is the problem and what are you trying to achieve?

TheWarlock #206610 18/11/08 06:19 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Code:
on *:input:*: {
  echo -a $1 $2
  if ($1 == *) && ($2 == a) { .echo -a 4 Ircops Enabled }
}

type in any window (but status):

* a


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #206612 18/11/08 07:12 PM
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
I still don't see your point. That script behaves as it should for me.


Link Copied to Clipboard