Originally Posted by Epic
This is quite strange. We are using the same version of mIRC, but this script works fine for me, but not for you. Apparently you are doing something wrong or your client is broken.

Try download new mIRC and install it in a different folder, then load only this script into the tab "Remote" using the key "ALT+R" combination, to see what happens.

You can also connect to my IRC server and join the #Code channel to discuss your problem in chat. Perhaps I or someone else can help you solve this problem.


my script
Quote
;----------;
;Emoji Chat;
;----------;

ON *:INPUT:*: {
if ( $1 == ha ): { say Ha.Ha.Ha | halt }
if ( $1 == haa ): { say Ha.Ha.Ha.Ha.Ha.Ha.Ha.Ha.Ha | halt }
if ( $1 == he ): { say He.He.He | halt }
if ( $1 == hee ): { say He.He.He.He.He.He.He.He.He | halt }
if ( $1 == ho ): { say Ho.Ho.Ho | halt }
if ( $1 == hoo ): { say Ho.Ho.Ho.Ho.Ho.Ho.Ho.Ho.Ho | halt }
if ( $1 == hi ): { say Hi.Hi.Hi | halt }
if ( $1 == hii ): { say Hi.Hi.Hi.Hi.Hi.Hi.Hi.Hi.Hi | halt }
}
Thank you for the response and maybe you can try the script that you modified with my script you might find where the error