mIRC Home    About    Download    Register    News    Help

Print Thread
#34491 06/07/03 07:45 PM
Z
zorin
zorin
Z
on 1:TEXT:?? test:#test:/msg $chan yes | no | maybe

ok, the problem here is the | How can i make it to say the |, if i type ?? test, it only says "yes" and no more, how can i make it not?

#34492 06/07/03 07:47 PM
P
pheonix
pheonix
P
on 1:TEXT:?? test:#test:/msg $chan yes $chr(124) no $chr(124) maybe

#34493 06/07/03 07:49 PM
Z
zorin
zorin
Z
Tnx smile

#34494 06/07/03 08:19 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Code:
on *:TEXT:?? test[color:red]*[/color]:#test: {
  msg #test Yes $chr(124) No $chr(124) maybe
}


/help on TEXT

Zorin, from the help file:
The match text can be a wildcard string, where:
* matches any text
& matches any word
text matches if text contains only this word
text* matches if text starts with this word
*text matches if text ends with this word
*text* matches if text contains this word anywhere

#34495 06/07/03 09:23 PM
Joined: Feb 2003
Posts: 2,737
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Feb 2003
Posts: 2,737
SladeKraven, If you don't mind my asking... How does your post relate to this thread or answer Zorin's question? Zorin's question was quite clear "How can i make it to say the | [character]?" I think Pheonix answered his question quite accurately, and Zorin thanked him for his help.

This seems to be a common trend of yours, and I'm afraid I just have to call you on it. I know I'm not a moderator here, but your posts are even confusing me... I can't imagine what it's doing to the minds of other patrons here.

I'm not asking that you explain yourself, unless you want to... please just consider the information you're about to post before you post it, and how does it assist the original poster. Advice everyone should adhere to (even hypocritical me). Thanks.

- Raccoon


Link Copied to Clipboard