File tree Expand file tree Collapse file tree 7 files changed +34
-5
lines changed
Expand file tree Collapse file tree 7 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 1+ IRCopTools 7.0
2+ --------------
3+ This is a Windows script. It runs on Windows.
4+ This is a script for mIRC. You need to download mIRC from https://www.mirc.co.uk/
5+
6+ Best is to install the script from the EXE Installer
7+
8+ Manual Installation
9+ -------------------
10+ Uncompress inside mIRC's Application Data directory: %appdata%\mirc
11+ If you open %appdata%\mIRC it will usually open C:\Users\%user%\AppData\Roaming\mIRC
12+ where you need to download the script source.
13+ That will create a subdirectory named ircoptools (ie: c:\Users\%user%\AppData\Roaming\mIRC\ircoptools\)
14+
15+ That's it! Now in mIRC once connected you have to load the tools with the following command:
16+ /load -rs ircoptools\ircoptools.mrc
17+
18+ Feel free to add this line to your perform list too.
19+
20+ If you want to configure your IRCopTools, press F3 or type:
21+ /configure
22+
23+
Original file line number Diff line number Diff line change 1+ 2018.08.12: IRCopTools 7.0
2+ . Release
132018.07.28: IRCopTools 7.0b2
24 . Changed absolute path references to relative references
35 . Cleaned a bit the code
6+ . Code available in github
7+ https://github.com/CaeSpock/caescript-mirc
482018.07.14: IRCOpTools 7.0b1
59 . Re started coding
610 . Fixed some small coding.
Original file line number Diff line number Diff line change 11;
22; #### Configuration file for
3- ; #### IRCopTools 6 .0
3+ ; #### IRCopTools 7 .0
44;
55[AKILLS]
66; Akill Reason for clone killer
Original file line number Diff line number Diff line change 11;
22; #### Configuration file for
3- ; #### IRCopTools 6 .0
3+ ; #### IRCopTools 7 .0
44;
55[AKILLS]
66; Akill Reason for clone killer
Original file line number Diff line number Diff line change 1- ; IRCopTools 7.0b2
2- ; - part of CaeScript 7.0b2
1+ ; IRCopTools 7.0
2+ ; - part of CaeScript 7.0
33; by CaeSpock
4+ ;- More Info
5+ ; http://www.caespock.org/ircsoftware/
46;
57; #### REMOTES ####
68;
79on *:LOAD: {
8- . set %version.ircoptools IRCopTools 7.0b2
10+ . set %version.ircoptools IRCopTools 7.0
911 . load -rs " $+ $scriptdir $+ windowfilter.mrc $+ "
1012 if ($version >= 6.03 ) {
1113 . echo -s 2[N] 5-----------------------------------------
You can’t perform that action at this time.
0 commit comments