Top

NuclearBot V.03


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Nov 29, 2006
Last Updated  Dec 05, 2006
Tags  bot  bots  botscript  chan  channel  protection  protections  snippet 
  Bookmark and Share

Introduction

This bot is easy interface, and makes up for the lack of Botserv.
Save to an .ini or .mrc and load the file.

<b>Stuff it has:</b>
<ul><li>Login to Nickserv</ul></li>
<ul><li>Channel modes</ul></li>
<ul><li>! commands (Like !kick)</ul></li>
<ul><li>!commands for a list of commands</ul></li>
<ul><li>Idle Limiter</ul></li>
<b>NOW IN DIALOG FORM</center></b>
<ul><li>Join Auto Greet/Voice/Oper</ul></li>
<ul><li>Curse Guard</ul></li>

<b>V.02 List of Updates</b>
Added IRCop Commands:
<ul><li>Login</ul></li>
<ul><li>Kill</ul></li>
<ul><li>Kline</ul></li>
<ul><li>Gline</ul></li>
<ul><li>Zline</ul></li>
<ul><li>Die</ul></li>

<center>Should any problems arrise ( As I am sure they will )
Email me at worrmy390@hotmail.com</center>

Grab the Code

Comments

  (5)  RSS
PowerDragon
Comments: 32
 
mIRC Snippet:  NuclearBot V.03
Posted on Dec 1, 2006 6:53 am
this is mostly helpfull for an IRCop. Works very nicely though.
CaptainHollyShort
Comments: 40
 
mIRC Snippet:  NuclearBot V.03
Posted on Dec 2, 2006 11:51 am
It's very basic, and poorly coded. For example, you have && ($2 != $me) in On Text events. This makes no sense, because on text CANNOT BE TRIGGERED BY YOU. Also, there is NO multi-channel support: The bot will autovoice, or not autovoice in any channel. The same goes for autoop and other options. Lastly, there are also NO spaces in between identifiers and other text on some options, meaning the identifiers won't work.

Okay, but room for improvement.
Invalid
Comments: 2
 
mIRC Snippet:  NuclearBot V.03
Posted on Dec 2, 2006 4:33 pm
Great Start, How about another updated version with Global Commands, that is all that is lacking.
Jake
Comments: 24
 
mIRC Snippet:  NuclearBot V.03
Posted on Dec 3, 2006 11:24 am
Captain Holly, && ($2 != $me) is a dumbscripters way of saying if the $2 text(Which would most likely be the nick of the person that script was kicking or banning) cannot be equal to $me, So that the bot cannot be kicked.
F*U*R*B*Y*
Comments: 573
 
mIRC Snippet:  NuclearBot V.03
Posted on Jan 15, 2007 10:35 pm
It's very basic, and poorly coded. For example, you have && ($2 != $me) in On Text events. This makes no sense, because on text CANNOT BE TRIGGERED BY YOU. Also, there is NO multi-channel support: The bot will autovoice, or not autovoice in any channel. The same goes for autoop and other options. Lastly, there are also NO spaces in between identifiers and other text on some options, meaning the identifiers won't work.

Okay, but room for improvement.



^_^ !kill botname what to know what ($2 != $me) means now?

Please Register or Login to start posting comments.
Bottom