IRCop Script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.0 |
| Scores Submitted | 1 |
| Date Added | Dec 28, 2007 |
| Last Updated | Dec 28, 2007 |
| Tags | ircop script |
|
|
Introduction
mIRC Snippet:
IRCop Script
Posted on Dec 28, 2007 2:21 pm
Posted on Dec 28, 2007 2:21 pm
So what are the commands?
mIRC Snippet:
IRCop Script
Posted on Dec 28, 2007 2:23 pm
Posted on Dec 28, 2007 2:23 pm
u use the aliases i think
| Code: |
alias IRCop { dialog -mo IRCoper IRCoper } alias serverhasher { dialog -mo serverhash serverhash } alias serverconnecter { dialog -mo serverconnect serverconnect } alias serverakiller { dialog -mo serverakill serverakill } alias serversquiter { dialog -mo serversquit serversquit } |
mIRC Snippet:
IRCop Script
Posted on Dec 28, 2007 3:05 pm
Posted on Dec 28, 2007 3:05 pm
I would suggest setting it to know what level of IRCop is needed for each command. The server I am on I can do all of the above ( I am a Global Op / Services Admin ) yet some of the commands are not avaialble to local ops. Ex: Akill and Squit
mIRC Snippet:
IRCop Script
Posted on Dec 28, 2007 3:47 pm
Posted on Dec 28, 2007 3:47 pm
You need a better introduction, sir. So that I know what I\'m doing with this.
mIRC Snippet:
IRCop Script
Posted on Dec 30, 2007 9:31 am
Posted on Dec 30, 2007 9:31 am
sls10 it\'s me IDemon or ZZZ >_>
mIRC Snippet:
IRCop Script
Posted on Dec 30, 2007 1:49 pm
Posted on Dec 30, 2007 1:49 pm
This wuldn\'t work:
Use This:
| Code: |
if ($version < 5.8) { echo -a Your mIRC is too old, IRCop only works with mIRC 5.9 or later. unload -rs $script } |
Use This:
| Code: |
if ($version < 5.9) { echo -a Your mIRC is too old, IRCop only works with mIRC 5.9 or later. unload -rs $script } |









