mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
//hadd -m protections deownerkick Don't do that again!

$hget(protections, deownerkick) gives Don't

so how can it add whole sentences in?

Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
I suggest you try that code again. It will work just fine.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Code:
alias add {
  hadd -m protections deownerkick Don't do that again!
  if ($hget(protections,deownerkick)) { echo -a $v1 }
}


Link Copied to Clipboard