-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (97 loc) · 2.38 KB
/
index.html
File metadata and controls
99 lines (97 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<body>
<LINK REL="stylesheet" type="text/css" HREF="default.css">
<H1>Welcome</H1>
<br>
<br>
This unofficial help file is intended to document all parts of mIRC Scripting in a more detailed manner than the official help file.
<br>
<br>
This file only includes current or previously documented features. It must exist in the versions.txt OR a current/previous version of mirc.chm or mirc.hlp. If a feature is depreciated or removed it will be noted.
<br>
<br>
Undocumented commands, identifiers, switches, properties, onEVENT, and others things will NOT be included as they can possibly be removed at anytime.
<br>
<br>
<b>NOTE:</b> THIS HELP FILE IS NOT COMPLETE AND HAS BROKEN OR MISSING PARTS DUE TO THE IMPORTING.
<br>
<br>
<b>NOTE:</b> Check here for newer versions: https://github.com/RealKindOne/mhelp/tags
<br>
<br>
If the font size is too small you can use the "CTRL + +" (Control and plus key)
<br>
<br>
<br>
<a href="other\introduction.html">Introduction</a><br>
<br>
<br>
<a href="commands.html">List of Commands</a><br>
<br>
<br>
<a href="identifiers.html">List of Identifiers</a><br>
<br>
<br>
<a href="events.html">List of Events</a><br>
<br>
<br>
<a href="other\aliases.html">Aliases</a><br>
<br>
<br>
<a href="other\variables.html">Variables</a><br>
<br>
<br>
<a href="sockets\sockets.html">Sockets</a><br>
<br>
<br>
<a href="sockets\tcp.html">TCP</a><br>
<br>
<br>
<a href="sockets\udp.html">UDP</a><br>
<br>
<br>
<a href="other\custom_windows.html">Custom Window</a><br>
<br>
<br>
<a href="other\picture_windows.html">Picture Window</a><br>
<br>
<br>
<a href="other\com.html">COM</a><br>
<br>
<br>
<a href="other\dll.html">DLL</a><br>
<br>
<br>
<a href="other\sendmessage.html">SendMessage()</a><br>
<br>
<br>
<a href="other\ipv6.html">IPv6</a><br>
<br>
<br>
<a href="other\access_levels.html">Access Levels</a><br>
<br>
<br>
<a href="other\token.html">Token Manipulation</a><br>
<br>
<br>
<a href="other\while_loops.html">While Loops</a><br>
<br>
<br>
<a href="dialog\dialog.html">Dialog</a><br>
<br>
<br>
<b>Disclaimer:</b> This file is not endorsed or official. If you see something different between this file and the official mirc.chm, you should treat the mirc.chm as the correct version. Please report any differences on GitHub or on IRC (not mIRC forums).
<br>
<br>
Contact:
<br>
<br>
irc.swiftirc.net #mircscripting / #msl
<br>
<br>
irc.libera.chat / ##mirc
<br>
<br>
irc.efnet.net / #mirc
</body>
</html>