mIRC Home    About    Download    Register    News    Help

Print Thread
#56194 19/10/03 09:17 PM
Joined: Dec 2002
Posts: 45
P
piko Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Dec 2002
Posts: 45
Code:
on *:input:*: {
if (($left($1,1) == /) && (!$ctrlenter)) { return }
  if ($me isop #) {
    echo $color(own) -at $mil(op) $1- | haltdef
  }
  elseif ($me isvoice #) {
    echo $color(own) -at $mil(voice) $1- | haltdef
  }
  else echo $color(own) -at $mil(reg) $1- | haltdef
  .msg $active $1-
  halt
}  


OK, what is wrong with this? when a message starts with "!"
it's return the mirc "original" input thing..

#56195 20/10/03 01:38 AM
Joined: Feb 2003
Posts: 83
L
Babel fish
Offline
Babel fish
L
Joined: Feb 2003
Posts: 83
first off, whats $mil ?


any help would make me happy
#56196 20/10/03 03:51 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
From versions.txt of v6.03:
  • 4.Fixed ! on INPUT processing bug.
If you use an older version, consider upgrading. If you already use v6.03 or higher, what's the exact text you typed?

#56197 20/10/03 03:52 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
I think it returns a colored version of @/+ $+ $me

#56198 20/10/03 02:18 PM
Joined: Dec 2002
Posts: 45
P
piko Offline OP
Ameglian cow
OP Offline
Ameglian cow
P
Joined: Dec 2002
Posts: 45
thx m8, and it is just like you said, its for @/+ $+ $me wink


Link Copied to Clipboard