Top

Bot Access List


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.0
Scores Submitted  2
Date Added  May 07, 2007
Last Updated  May 07, 2007
Tags  access 
  Bookmark and Share

Introduction

Well this is my access list, For Bots, Recommended for Networks such as QuakeNET and EFNET.

Grab the Code

Comments

  (9)  RSS
DarkFlaze
Comments: 34
 
mIRC Snippet:  Bot Access List
Posted on May 7, 2007 2:40 am
example of this is:

on *:Join:#Channel:{
if ($address == Someone@Something.com) { /mode #Channel +o $nick | /halt }
if ($wildsite == *!*@blah.net) { /mode #Channel +v $nick | /halt }
if ($nick == qwerty) { /mode #Channel +o $nick | /halt }
Daveoh
Comments: 27
 
mIRC Snippet:  Bot Access List
Posted on May 7, 2007 6:25 am
You do need to post a new snippet to fix a mistake, simply click edit on your snippet page. (There is one over the code box)
Lindrian
Comments: 742
 
mIRC Snippet:  Bot Access List
Posted on May 7, 2007 7:52 am
I would use a seperate list of some sort, ini, txt, hashtable.. You name it.

If not, id use:

if ($istok(address1 address2,$addess($nick,2),32)) {


no /\'s needed
xDaeMoN
Comments: 696
 
mIRC Snippet:  Bot Access List
Posted on May 7, 2007 9:03 am
Another suggestion would simply be the use of /auser or /guser for access levels.
Storm2108
Comments: 44
 
mIRC Snippet:  Bot Access List
Posted on May 9, 2007 4:15 am
Nice Script But Should Edit it 7/10
Noutrious
Comments: 343
 
mIRC Snippet:  Bot Access List
Posted on May 9, 2007 2:05 pm
1/10, i have coded about 7x better script in 5 minutes, sorry - this is nonsents.
Ill post mine tommorow.
DarkFlaze
Comments: 34
 
mIRC Snippet:  Bot Access List
Posted on Oct 12, 2007 11:11 pm
Ah, I was such a noob back then, 4 months have gone by, My Scripting isn\'t perfect, But I\'m trying.
Chat-Police
Comments: 8
 
mIRC Snippet:  Bot Access List
Posted on Feb 19, 2008 9:34 pm
wheres your snippet Noutrious? have you posted it, would be interested to see it thanks
mountaindew
Comments: 1,547
 
mIRC Snippet:  Bot Access List
Posted on Feb 19, 2008 9:51 pm
i would just use /auser or /guser

Please Register or Login to start posting comments.
Bottom