Tips Tricks » History » Version 20
Per Amundsen, 09/19/2015 01:38 AM
1 | 4 | Per Amundsen | {{>toc}} |
---|---|---|---|
2 | |||
3 | 1 | Per Amundsen | h1. Tips |
4 | |||
5 | h2. Unicode |
||
6 | |||
7 | 8 | Per Amundsen | If you ever experience an issue with displaying unicode characters (which is not just an encoding issue), 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 | 7 | Per Amundsen | h2. Auth before joining a channel |
18 | 5 | Per Amundsen | |
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 | 6 | Per Amundsen | /sleep 3, means wait 3 seconds before running the following command. |
27 | 16 | Per Amundsen | |
28 | 10 | Per Amundsen | _A dedicated field in the serverlist for this is planned as well as "SASL":http://ircv3.net/specs/extensions/sasl-3.1.html support which makes this a non issue._ |
29 | 11 | Per Amundsen | |
30 | h2. Copy text from message buffer |
||
31 | |||
32 | When you select text from the message buffer, AdiIRC will automatically copy the text to the clipboard when you release the left mouse button. |
||
33 | |||
34 | 18 | Per Amundsen | If you prefer to manually press %(key)CTRL% + %(key)C%, you can go to [[Options_Dialog|Options]] -> [[Messages_Options|Messages]] and disable [[Message_Options#AutoCopy-selected-text-to-clipboard|AutoCopy selected text to clipboard]] and [[Message_Options#AutoFocus-editbox|AutoFocus editbox]]. |
35 | 11 | Per Amundsen | |
36 | _These options might be merged into one soon as well as a feature to ask which method to use._ |
||
37 | 20 | Per Amundsen | |
38 | h2. Problem connecting to TLS servers |
||
39 | |||
40 | If you experience problems connecting to a TLS only server, you can try the ".NET 4.5":http://adiirc.com/download.php version which has support for TLS 1.1 and TLS 1.2. |