Project

General

Profile

Help » History » Version 2

Per Amundsen, 02/13/2014 03:04 PM

1 1 Per Amundsen
_Added in 1.8.3_
2
3 2 Per Amundsen
*/help [-l] [keyword]*
4 1 Per Amundsen
5 2 Per Amundsen
If the file 'Help\AdiIRC.chm' exists, brings up the section that matches the specified keyword, if not opens relevant page on "Wiki":http://dev.adiirc.com/projects/adiirc/wiki/
6 1 Per Amundsen
7 2 Per Amundsen
*Switches*
8
9
-l - Forces AdiIRC to open the wiki page even if there is a AdiIRC.chm file.
10
11 1 Per Amundsen
*Parameters*
12
13 2 Per Amundsen
[keyword] - Keyword to search.
14 1 Per Amundsen
15
*Example*
16
17
<pre>
18
;Lookup /me command
19
/help /me
20
21
;Lookup $me identifier
22
/help $me
23
</pre<