Size: 692
Comment: Added auto login script
|
Size: 692
Comment: fixed some typos
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
mIrc uses iso8859-1 charset so sending non-english letters with default settings will not be posible. | mIRC uses iso8859-1 charset so sending non-english letters with default settings will not be posible. |
Line 7: | Line 7: |
Use this comand to fix this problem. | Use this command to fix this problem. |
Line 12: | Line 12: |
If you whant to automate your login (i.e on your own server) use this script: | If you want to automate your login (i.e on your own server) use this script: |
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!