Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-06-02 20:07:12
Size: 288
Editor: Putr
Comment:
Revision 3 as of 2010-09-22 21:40:07
Size: 692
Editor: dsl092-219-162
Comment: fixed some typos
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
----
== 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.
Line 3: Line 7:
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 comand to fix this problem.
Use this command to fix this problem.
Line 10: Line 11:
== Auto login script ==
If you want to automate your login (i.e on your own server) use this script:

 *Click Alt+R to open the remote script editor
 *Open a new file
 *Add this to it:

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

 *Change *pass* to your password (i.e: ...$chan identify foobar)
 *Save

That's it!
----

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


Auto login script

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

  • Click Alt+R to open the remote script editor
  • Open a new file
  • Add this to it:

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

  • Change *pass* to your password (i.e: ...$chan identify foobar)
  • Save

That's it!


CategoryHomepage

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