Tips Tricks » History » Version 5
Per Amundsen, 07/24/2015 03:53 AM
1 | 4 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | h1. Tips |
4 | |||
5 | h2. Unicode |
||
6 | |||
7 | 2 | Per Amundsen | If you ever experience an issue with displaying unicode characters, try type: |
8 | 1 | Per Amundsen | |
9 | <pre>/setoptions Messages UseDrawText True</pre> |
||
10 | |||
11 | 3 | Per Amundsen | This will enable a different method for drawing messages. |
12 | 1 | Per Amundsen | |
13 | To disable, type: |
||
14 | |||
15 | <pre>/setoptions Messages UseDrawText False</pre> |
||
16 | 5 | Per Amundsen | |
17 | *Auth before joining a channel* |
||
18 | |||
19 | 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: |
||
20 | |||
21 | <pre> |
||
22 | /msg nickserv identify <password> |
||
23 | /sleep 3 /join #channel1,#channel2 |
||
24 | </pre> |
||
25 | |||
26 | /sleep 3, means wait 3 seconds before running this command. |