mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Do this:

Code:
on *:TEXT:Hiya *:#:{
  if (!%hiya) {
    inc -u5 %hiya
    msg $chan <3 HIYA $nick $+ !
  }
}

Joined: Feb 2006
Posts: 47
F
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Feb 2006
Posts: 47
Thanks. That's pretty complexed. I would of never guessed that.

Joined: Nov 2005
Posts: 105
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 105
If you have the following in the popups and use /slap user ... then that explains why it doesn't work. A popup and an alias are different.
Code:
STAB!:/me stabs $$1 with a Divine Blade!/stab 
FIRE!:/me Fire blazes upon $$1!!/fire 
EAT!$$2 eats $$1, and then digest $$1../eat 
DIE!:/me stabs $$1 to death. ^.^/die 
Slap!:/me slaps $$1 around a bit with a large trout./slap

To create an alias, open the Script Editor, and select the Aliases tab. And add
Code:
stab me stabs $$1 with a Divine Blade!
fire me Fire blazes upon $$1 $+ !! 
eat me eats $$1, and then digest $$1 $+ . 
die me stabs $$1 to death. ^.^
Slap me slaps $$1 around a bit with a large trout.

Page 2 of 2 1 2

Link Copied to Clipboard