mIRC Tips

Charset Problems

Everything works the same in mirc as in other clients apart the char set. mIRC uses iso8859-1 charset so sending non-english letters with default settings will not be posible.

Use this command to fix this problem.

set charset iso8859-1

TODO: someone check if this still applies to recent mirc versions.

Auto login script

If you want to automate your login (i.e on your own server) use this script:

on *:TEXT:Welcome to the BitlBee gateway!*:&BitlBee: {
    msg $chan identify *pass*
}

That's it!


CategoryHomepage

BitlBee Wiki: MircTips (last edited 2013-07-20 16:21:38 by host151)