From WikiChip
Editing Template:mirc guide

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.

Latest revision Your text
Line 1: Line 1:
 
<div class="guidebox">
 
<div class="guidebox">
<div style="text-align: center;">[[mirc|<span style="color: rgba(0,0,0,.53); text-shadow: 0px 2px 3px rgba(0,0,0,.33); font-size: 20pt; font-weight: bold; ">mIRC</span>]]</div>
+
<div style="text-align: center;">[[mirc|<span style="text-decoration: none; color: #555555; text-shadow: 0px 2px 3px #222222; font-size: 20pt; font-weight: bold; ">mIRC</span>]]</div>
<div class="header">Commands & Identifiers</div>
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Basics</div>
* {{mIRC|commands|mSL Commands}}
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
* {{mIRC|identifiers|mSL Identifiers}}
+
<li>{{mIRC|Introduction}}</li>
<div class="header">Basics</div>
+
<li>{{mIRC|Variables}}</li>
* {{mIRC|Introduction}}
+
<li>{{mIRC|String Manipulation}}</li>
* {{mIRC|Variables}}
+
<li>{{mIRC|Token Manipulation}}</li>
* {{mIRC|String Manipulation}}
+
<li>{{mIRC|Aliases}}</li>
* {{mIRC|Token Manipulation}}
+
</ul>
* {{mIRC|Aliases}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Basics</div>
<div class="header">Events</div>
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
* {{mIRC|On events}}
+
<li>{{mIRC|Introduction}}</li>
* {{mIRC|Access levels}}
+
<li>{{mIRC|Variables}}</li>
* {{mIRC|Raw Events}}
+
<li>{{mIRC|String Manipulation}}</li>
* {{mIRC|Ctcp Events}}
+
<li>{{mIRC|Token Manipulation}}</li>
<div class="header">Matching Tools</div>
+
<li>{{mIRC|Aliases}}</li>
* {{mIRC|Wildcard}}
+
</ul>
* {{mIRC|Regex}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Events</div>
<div class="header">Data Storage</div>
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
* {{mIRC|Variables}}
+
<li>{{mIRC|On events}}</li>
* {{mIRC|File Handling}}
+
<li>{{mIRC|Access levels}}</li>
* {{mIRC|Hash Tables}}
+
<li>{{mIRC|Raw Events}}</li>
* {{mIRC|Binary variables}}
+
<li>{{mIRC|Ctcp Events}}</li>
* {{mIRC|INI Files}}
+
</ul>
* {{mIRC|Text Files}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Matching Tools</div>
<div class="header">Control Structures</div>
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
* {{mIRC|Conditional Statements|If Then Else}}
+
<li>{{mIRC|Wildcard}}</li>
* {{mIRC|Operators}}
+
<li>{{mIRC|Regex}}</li>
* {{mIRC|While Loops}}
+
</ul>
* {{mIRC|Goto Statements|Goto Loops}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Data Storage</div>
* {{mIRC|Groups}}
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
<div class="header">GUI Scripting</div>
+
<li>{{mIRC|Variables}}</li>
* {{mIRC|Custom Windows}}
+
<li>{{mIRC|File Handling}}</li>
* {{mIRC|Picture Windows}}
+
<li>{{mIRC|Hash Tables}}</li>
* {{mIRC|Dialogs}}
+
<li>{{mIRC|Binary variable}}</li>
* {{mIRC|Dialog Components}}
+
<li>{{mIRC|INI Files}}</li>
<div class="header">Sockets</div>
+
<li>{{mIRC|Text Files}}</li>
* {{mIRC|Sockets}}
+
</ul>
* {{mIRC|sockets/tcp|TCP Sockets}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Control Structures</div>
* {{mIRC|sockets/udp|UDP Sockets}}
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
<div class="header">Advanced Scripting</div>
+
<li>{{mIRC|Conditional Statements|If Then Else}}</li>
* {{mIRC|Eval Brackets}}
+
<li>{{mIRC|Operators}}</li>
* {{mIRC|COM}}
+
<li>{{mIRC|While Loops}}</li>
* {{mIRC|DLL}}
+
<li>{{mIRC|Goto Statements|Goto Loops}}</li>
* {{mIRC|SendMessage}}
+
</ul>
<div class="header">Additional Resources</div>
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">GUI Scripting</div>
* {{mIRC|commands|mSL Commands}}
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
* {{mIRC|identifiers|mSL Identifiers}}
+
<li>{{mIRC|Custom Windows}}</li>
* {{mIRC|local identifiers|mSL Local Identifiers}}
+
<li>{{mIRC|Picture Windows}}</li>
* {{mIRC|on events|mSL Events}}
+
<li>{{mIRC|Dialogs}}</li>
* {{mIRC|access levels#Event prefixes|mSL Event Prefixes}}
+
<li>{{mIRC|Dialog Components}}</li>
<div class="header">Security</div>
+
</ul>
* {{mIRC|msl injection|mSL Injection}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Sockets</div>
* {{mIRC|dcc get security|DCC GET security}}
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
<div class="header">Other</div>
+
<li>{{mIRC|Sockets}}</li>
* {{mIRC|mIRC Installation}}
+
<li>{{mIRC|sockets/tcp|TCP Sockets}}</li>
* {{mIRC|Virtual profile}}
+
<li>{{mIRC|sockets/udp|UDP Sockets}}</li>
* {{mIRC|Playing music}}
+
</ul>
* {{mIRC|unicode|Unicode}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Advanced Scripting</div>
* {{mIRC|ipv6|IPv6}}
+
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
* {{mIRC|optimization|Optimization}}
+
<li>{{mIRC|Eval Brackets }}</li>
* {{mIRC|thread|Threads}}
+
<li>{{mIRC|COM}}</li>
* {{mIRC|dcc protocols|DCC Protocols}}
+
<li>{{mIRC|DLL}}</li>
* {{mIRC|Line Length Limit}}
+
<li>{{mIRC|SendMessage}}</li>
* {{mIRC|Font rendering}}
+
</ul>
<div></div>{{Navbar|Template:mirc guide|text=|mini=1|style=float:right;}}
+
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Additional Resources</div>
 +
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
 +
<li>{{mIRC|commands|mSL Commands}}</li>
 +
<li>{{mIRC|identifiers|mSL Identifiers}}</li>
 +
<li>{{mIRC|local identifiers|mSL Local Identifiers}}</li>
 +
<li>{{mIRC|on events|mSL Events}}</li>
 +
<li>{{mIRC|access levels#Level prefixes|mSL Event Prefixes}}</li>
 +
</ul>
 +
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Security</div>
 +
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
 +
<li>{{mIRC|msl injection|mSL Injection}}</li>
 +
</ul>
 +
<div style="text-align: center; font-size: 1.2em; border-top: 1px solid #d3d3d3;">Others</div>
 +
<ul style="width: 100%; display: inline-block;column-count:2;-moz-column-count:2;-webkit-column-count:2;  column-fill: balance; -moz-column-fill: balance; -webkit-column-fill: balance; list-style-type: none;">
 +
<li>{{mIRC|virtual profile|Virtual Profile}}</li>
 +
<li>{{mIRC|Playing music}}</li>
 +
<li>{{mIRC|unicode|Unicode}}</li>
 +
<li>{{mIRC|ipv6|Ipv6}}</li>
 +
<li>{{mIRC|optimization|Optimization}}</li>
 +
</ul>
 +
{{Navbar|Template:mirc guide|text=|mini=1|style=float:right;}}
 
</div>
 
</div>
<noinclude>
 
[[Category:mIRC]]
 
[[Category:Guide templates]]
 
</noinclude>
 

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)