mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2009
Posts: 1
B
Mostly harmless
OP Offline
Mostly harmless
B
Joined: Feb 2009
Posts: 1
Hello. I'm new to this scripting thing, and I'm trying to figure out how to activate them upon the use of an emoticon by another person.

Here is the script I have now. While it does work if I replace the emoticon with text, it does not work with the emoticon (I assume it's because of the symbols), is there a way to get it to work with the emoticon?

on 1:TEXT:*>:|*:#:/msg $chan text

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
If the emoticon is:
Quote:
>:|
Use this:
Code:
on $*:TEXT:/(\76\72\174)/iS:#:msg $chan text


Link Copied to Clipboard