Top

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 
  Bookmark and Share

Introduction

o.o

Grab the Code

Comments

  (6)  RSS
Taylor49808
Comments: 1
 
mIRC Snippet:  IRCop Script
Posted on Dec 28, 2007 2:21 pm
So what are the commands?
mountaindew
Comments: 1,548
 
mIRC Snippet:  IRCop Script
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 }
Scakk
Comments: 218
 
mIRC Snippet:  IRCop Script
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
SLS10
Comments: 35
 
mIRC Snippet:  IRCop Script
Posted on Dec 28, 2007 3:47 pm
You need a better introduction, sir. So that I know what I\'m doing with this.
Noa Destiny
Comments: 29
 
mIRC Snippet:  IRCop Script
Posted on Dec 30, 2007 9:31 am
sls10 it\'s me IDemon or ZZZ >_>
LucSatise
Comments: 120
 
mIRC Snippet:  IRCop Script
Posted on Dec 30, 2007 1:49 pm
This wuldn\'t work:
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
  }

Please Register or Login to start posting comments.
Bottom