mIRC Home    About    Download    Register    News    Help

Print Thread
#79817 18/04/04 04:28 PM
Joined: Feb 2004
Posts: 19
X
xyz Offline OP
Pikka bird
OP Offline
Pikka bird
X
Joined: Feb 2004
Posts: 19
Hello,
I got in a little trouble with a little script of my own, I would like to send #-character but I can not cause it automatically changes it always to the current channel name, any way to make it not doing that?

Thanks.

Last edited by xyz; 18/04/04 04:30 PM.
#79818 18/04/04 04:37 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Use $chr(35)

i.e. //say $chr(35) will send the '#' character to the channel.

You can get the $chr for a character by typing //echo -a $asc(character-here) - For example, //echo -a $asc(#) returns '35'.

Also see /help $asc in mIRC.

Hope this helps smile

Regards,


Mentality/Chris
#79819 18/04/04 04:54 PM
Joined: Feb 2004
Posts: 19
X
xyz Offline OP
Pikka bird
OP Offline
Pikka bird
X
Joined: Feb 2004
Posts: 19
It works, perfect! Thanks a lot Chris! cool


Link Copied to Clipboard