Advertisement
Ford

Utf8 nick fix for mirc 6.3x

Apr 15th, 2011
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.25 KB | None | 0 0
  1. ;Ascii Nick encoding by Ford_Lawnmower irc.GeekShed.net #Script-Help
  2. On *:Input:*: {
  3.   if ($version < 7) && ($left($1,1) == /) && ($true !isin $+($ctrlenter,$inpaste)) {
  4.     if ($isutf($1-) == 2) {
  5.       haltdef
  6.       $utfdecode($1-, 0)
  7.     }
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement