Skip to content
MSN Addons

Unable to setup addon (axe's commands)

A TG007 community discussion started by cannibalpope.

Discussion 3 posts
Page 1 of 1
Open
Topic #3740 · 3 published posts · 622 views

I know it is simple enough but I've been struggling with it for a few hours and would like to just get it working.

 

I downloaded axe's commands from tg007 and I've loaded the command.ccp file. I'm now trying to figure out where to setup the names for admin/owner/host/...

 

I've tried a few guesses on my part but so far no luck.

 

This is the first few lines of the addon. I would assume I should add something like %admin: <gate> in the variables section of remote.ini but it seems I'm not so bright afterall.

 

on *:LOAD: {
 echo -a Setting Variables:
 set %kick.counter 0
 set %logo ᡼ǧ|åÇköp§².×»º°·
 echo -a Kick Counter Set
 var %dc.flood 0
 echo -a Ping Flood Variables Set
 echo -a Varables Complete.
 echo -a Please visit www.axes.ca
 echo -a Loading 100% complete!
 echo -a Enjoy!
}
#adminlist on
on admin:TEXT:.kick*:#: {
 inc %kick.counter
 if ($3- == $null) { kick $chan $2 Violation of Axes Conduct Code [(Kicks - %kick.counter $+ )] }  
 else { kick $chan $2 $3- [(Kicks - %kick.counter $+ )] 
 } 
}

 

I don't believe anything in this addin is connection specific but I am using NuClear if that is my problem.

 

Thanks,

 

I'm a learner, I looked this up in /help section in merc

 

 

var %x = 1 You have var %dc.flood 0

or

var %dc.flood = 0

 

 

 

I'm guessing LoL so don't quote me, but is the dot sopose to be there?

Edited Jun 8, 2005 1:46 PM by Eaglenest25311
I'm a learner, I looked this up in /help section in merc

 

 

var %x = 1 You have var %dc.flood 0

or

var %dc.flood = 0

 

 

 

I'm guessing LoL so don't quote me, but is the dot sopose to be there?

I've just assumed the code was accurate considering the amount of times it has been downloaded from tg007.

 

I'll try and mess with it, but I was able to confirm that the:

on *:TEXT:.links:#: {
 .msg $nick Please Register on the Axes Site.
 .msg $nick http://www.axes.ca
 .msg $nick Blackops v2.x Soon Available
 .msg $nick Techgear: http://www.techgear007.net
 .msg $nick Axes Forums http://www.axes.ca/Forums
}

 

Works without a hitch. So I'm assuming the rest of it is fine and I just need to figure out how to configur admins/hosts/owners somewhere.

 

But thanks for your help.