Actions
Tips Tricks » History » Revision 7
« Previous |
Revision 7/63
(diff)
| Next »
Per Amundsen, 07/24/2015 03:54 AM
- Table of contents
- Tips
Tips¶
Unicode¶
If you ever experience an issue with displaying unicode characters, try type:
/setoptions Messages UseDrawText True
This will enable a different method for drawing messages.
To disable, type:
/setoptions Messages UseDrawText False
Auth before joining a channel¶
If you need to be authed with nickserv before joining a channel, you can use the /sleep (or /timer) command in your serverlist "Run these commands on connect" field:
/msg nickserv identify <password> /sleep 3 /join #channel1,#channel2
/sleep 3, means wait 3 seconds before running the following command.
Updated by Per Amundsen over 9 years ago · 7 revisions