Project

General

Profile

Help » History » Version 4

Per Amundsen, 02/16/2023 12:44 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 4 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -l | Forces AdiIRC to open the wiki page even if there is a AdiIRC.chm file. |
12 1 Per Amundsen
13
*Parameters*
14
15 4 Per Amundsen
table(ktable).
16
|*Parameter*|*Description*|
17
| [keyword] | Keyword to search. |
18 1 Per Amundsen
19
*Example*
20
21
<pre>
22
;Lookup /me command
23
/help /me
24
25
;Lookup $me identifier
26
/help $me
27 3 Per Amundsen
</pre>