mIRC Channel Protection Bot
mIRC Code
+ 6 likes
Please Register to submit score.
| Average Score | 9.5 (of 8 scores) |
| Date Added | Dec 29, 2008 |
| Last Updated | Oct 07, 2009 |
| Tags | bot channel mirc protection |
Introduction
About:
this is a multi server multi channel bot,
it will provide you with a user system for your channels and protect each user accordingly.
to begin youll have too add yourself as botowner and set your bots trigger
in the bot type
/addowner Your-Nick
** You must be on the same channel and network as the bot
then
/set %trigger !
** or any trigger you choose
then your ready to set it up for a chanel.
first add your server to autojoin with ?addserver add server
then a channel to autojoin with ?autojoin add network #channel
now your ready to set yourself as the channel owner by typing
!addowner nick channel
** again the nick must be on the channel at the time of adding.
** its best if the bot is the real channel owner, and you get your status from the bot.
now type
!commands
and take a look through the commands and have fun :-)
** COMMANDS
?about bot/nick
?act channel message
?addowner nick channel
?addadmin nick
?addop nick
?addhelper nick
?addvoice nick
?autojoin add/del/list network channel
?badnick add/del nick
?ban add/del nick reason
?baninfo total/nick
?bigflood on/off/status # ( eg: ?bigflood on 200 ) ( 200 characters per message sent )
?botmaster nick
?checknick nick
?clonescanner on/off
?commands
?cycle channel
?dns nick/address
?flood on/off/status #:# ( eg: ?flood on 10:3 )( 10 lines in 3 seconds )
?flyby on/off/status
?global messsage
?greet on/off message
?ircop scan channel
?kick nick reason
?kill
?lastseen nick
?modelock list/modes
?protect on off
?reboot
?relay on channel_1 channel_2
?remember info_here ( the first word of your info, will be the trigger to retrieve the info )
?rules
?say channel message
?set nick/password nick/password
?server add/del server
?spam on/off/status
?stats nick ( or: ?stats reset nick )
?topiclock on/off topic
?trigger trigger
/addowner nick ( Must be on the same channel )
** NOTE
this bot recognises by nick and address, so if your hostmask changes alot
this would most likely not be a good bot for you
** Made on IrCQNet
** works with anope type services
this is still a work in progress so im open to suggestion
although im tryin to keep away from such commands as !op !deop etc etc
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Dec 31, 2008 3:31 am
Posted on Dec 31, 2008 3:31 am
insuffecent parameters (in line 156 Channel Protection Bot) so i guess it needs some work
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Dec 31, 2008 4:36 am
Posted on Dec 31, 2008 4:36 am
what mirc version are you on?
can you tell me what you were trying to do at the time?
line 156 for me is
which is in the on kick event,
if you have added a owner by typing
that makes it so if a channel owner kicks someone, he halts and lets the kick happen with no punishments.
can you tell me what you were trying to do at the time?
line 156 for me is
| Quote: |
if ($address($nick,2) == $gettok($readini(users.ini,$chan,$nick),1,32)) && ($gettok($readini(users.ini,$chan,$nick),2,32) == owner) { halt } |
which is in the on kick event,
if you have added a owner by typing
| Quote: |
?addowner NICK #CHANNEL |
that makes it so if a channel owner kicks someone, he halts and lets the kick happen with no punishments.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Jan 1, 2009 8:26 am
Posted on Jan 1, 2009 8:26 am
i put in /addowner fire_wizard1 then it tells me the message, im on chat.peercommons.net thats the main server i use.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Jan 1, 2009 9:08 am
Posted on Jan 1, 2009 9:08 am
edited:
give it a try now
i was using $2 in the alias when i should have used $1
give it a try now
i was using $2 in the alias when i should have used $1
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Jan 1, 2009 9:46 am
Posted on Jan 1, 2009 9:46 am
ok thanks, when im done working on a friends script, his his version of the Bunneh script, it some modifications on it, like a way to activate it and a way to ban someone. its a doosy, plus its been a while since i worked on a snippet
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 1:04 pm
Posted on Feb 6, 2009 1:04 pm
PunkTuReD, I'm wondering, where would you change the command triggers and the according commands?
Say if you don't want to use ?, you change it to ! and change some of the commands if it conflicts with Services commands, where would this be?
Also, could you add multi-server owner access? Every time I add myself as the master on two different servers, it resets only to that server. And every time I want to use the bot on the second server, I'd have to readd myself to the bot master list.
It is extremely annoying, since this bot has the ability, from what I've seen, to join multiple servers.
Not only this, but also so that the bot can be controlled in as many channels as I and the bot have ops in.
Is this possible?
Say if you don't want to use ?, you change it to ! and change some of the commands if it conflicts with Services commands, where would this be?
Also, could you add multi-server owner access? Every time I add myself as the master on two different servers, it resets only to that server. And every time I want to use the bot on the second server, I'd have to readd myself to the bot master list.
It is extremely annoying, since this bot has the ability, from what I've seen, to join multiple servers.
Not only this, but also so that the bot can be controlled in as many channels as I and the bot have ops in.
Is this possible?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 2:57 pm
Posted on Feb 6, 2009 2:57 pm
the command would require, going through the whole code.
the problem with the bot master thing is, when you change nicks
he updates his users list with your new nick.
and the bot should be fine in multiple rooms
i will do a bit of work on it, so you can choose your own trigger
the problem with the bot master thing is, when you change nicks
he updates his users list with your new nick.
and the bot should be fine in multiple rooms
i will do a bit of work on it, so you can choose your own trigger
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 3:41 pm
Posted on Feb 6, 2009 3:41 pm
Ok, with that scenario, I can see why. But I was using the exact same nicks on two different servers. This would, I thought, work exactly like as if I'd added myself in the second server without having to do it over. As far as I understand your bot script, the script works by attaching the nick to the address that the botowner is on, correct?
So I try it in the second server and find that the bot only gives user commands rather than botowner and user commands at the same time.
Okay, I'm more than willing to help test this script out when you release it.
So far, an excellent script!
I like it and when I have the opportunity to, I'll redo my entire mIRC setup so that there's just a few scripts in it.
Other than that, I say this to you: Great work, man!
So I try it in the second server and find that the bot only gives user commands rather than botowner and user commands at the same time.
Okay, I'm more than willing to help test this script out when you release it.
So far, an excellent script!
I like it and when I have the opportunity to, I'll redo my entire mIRC setup so that there's just a few scripts in it.
Other than that, I say this to you: Great work, man!
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 3:50 pm
Posted on Feb 6, 2009 3:50 pm
ty Keiro,
yes the bot goes by nick and address
ive updated the code to better work across servers,
you do still have to add yourself as botmaster on all servers you wish to use it on.
to set your trigger for the first time, type this in the bot
//set %trigger !
then after that you can do
!trigger ?
yes the bot goes by nick and address
ive updated the code to better work across servers,
you do still have to add yourself as botmaster on all servers you wish to use it on.
to set your trigger for the first time, type this in the bot
//set %trigger !
then after that you can do
!trigger ?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 5:26 pm
Posted on Feb 6, 2009 5:26 pm
Works perfectly!
Thank you, PunkTuReD!
An excellent script as is now!
Just a thought, if you do ever plan to use !op !deop commands, you could change it to something like !opup !opdown, etc to avoid conflicts with other commands used by Services. Or again, like the triggers, you could have the bot do the same thing...
say !optrigger ? and vice versa.
Would that work?
Thank you, PunkTuReD!
An excellent script as is now!
Just a thought, if you do ever plan to use !op !deop commands, you could change it to something like !opup !opdown, etc to avoid conflicts with other commands used by Services. Or again, like the triggers, you could have the bot do the same thing...
say !optrigger ? and vice versa.
Would that work?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 5:28 pm
Posted on Feb 6, 2009 5:28 pm
thank you Keiro
is there any commands you would like to see added?
is there any commands you would like to see added?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 6:28 pm
Posted on Feb 6, 2009 6:28 pm
I'm curious, is this the one that does *** Illegal Operations *** ?
But if I happen to think of something that might be of use, I'll certainly suggest it here!
Thanks for fixing the multi-server issue!
Just had a thought.
Can you add part and join ability to the bot?
I'm curious if it's possible to have the bot join channels as ordered by the botmaster.
But if I happen to think of something that might be of use, I'll certainly suggest it here!
Thanks for fixing the multi-server issue!
Just had a thought.
Can you add part and join ability to the bot?
I'm curious if it's possible to have the bot join channels as ordered by the botmaster.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 6:35 pm
Posted on Feb 6, 2009 6:35 pm
yip this is that bot.
the only ones that can give out op status
are
botmasters
the bot itself
or chanserv
the only ones that can give out op status
are
botmasters
the bot itself
or chanserv
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 7:14 pm
Posted on Feb 6, 2009 7:14 pm
Okay, I've been having an issue in trying to get the Illegal operations to stop occurring, as I'm the botmaster, and every time I give voice to a user, the bot immediately strips the user of the voice and tries to deop me. Deopping me, however, fails.
Oooh, !addowner fixed the problem. Adding myself as the owner of the channel.
Had I figured that out earlier, the problem would've been solved, lol.
Maybe add a little bit more info as to what each command does?
Oooh, !addowner fixed the problem. Adding myself as the owner of the channel.
Had I figured that out earlier, the problem would've been solved, lol.
Maybe add a little bit more info as to what each command does?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 7:24 pm
Posted on Feb 6, 2009 7:24 pm
yea i admit i was lazy on this one considering what it can actually do.
you can also add them to autovoice in the bot after your channel owner
?addvoice nick
you can also add them to autovoice in the bot after your channel owner
?addvoice nick
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 6, 2009 7:38 pm
Posted on Feb 6, 2009 7:38 pm
An additional problem I've noticed... does your bot automatically enable ignore and reenable ignore every time it's disabled?
If so, could you add an option to have the bot disable ignoring anyone? (Uno is on the same channel protection script mIRC. >_>)
Lol. It's fine. I figured it out.
I can understand that you're being lazy lol.
Thanks for that solution. :)
So far, awesome. It's been nothing but pure awesome for the length I've checked it out.
I would have to say this would be awesome, if you could have the bot join and part channels that you want it to join/part.
If so, could you add an option to have the bot disable ignoring anyone? (Uno is on the same channel protection script mIRC. >_>)
Lol. It's fine. I figured it out.
I can understand that you're being lazy lol.
Thanks for that solution. :)
So far, awesome. It's been nothing but pure awesome for the length I've checked it out.
I would have to say this would be awesome, if you could have the bot join and part channels that you want it to join/part.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 28, 2009 6:43 am
Posted on Feb 28, 2009 6:43 am
Man I m Confued How i Set Up this ?? In Remotes ?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Feb 28, 2009 10:57 am
Posted on Feb 28, 2009 10:57 am
yes, in remotes.
then:
when you have the bot, in the same channel as you:
in the bot type:
/addowner YOUR_NICK
then you will be set as a "bot master",
Then:
If your and your bot are in a channel YOU own:
From YOUR mIRC client
type:
?addowner YOUR_NICK
then you will be added as the owner of the channel,
now type:
?commands
In YOUR client
and the bot will show you all the commands that are available to you.
Then you can start, setting your channel protection settings.
then:
when you have the bot, in the same channel as you:
in the bot type:
/addowner YOUR_NICK
then you will be set as a "bot master",
Then:
If your and your bot are in a channel YOU own:
From YOUR mIRC client
type:
?addowner YOUR_NICK
then you will be added as the owner of the channel,
now type:
?commands
In YOUR client
and the bot will show you all the commands that are available to you.
Then you can start, setting your channel protection settings.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 6, 2009 9:41 pm
Posted on Mar 6, 2009 9:41 pm
That looks like another top bot script from you Punk m8y :)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 7, 2009 2:58 am
Posted on Mar 7, 2009 2:58 am
Will this works on UNDERNET IRC?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 7, 2009 3:31 am
Posted on Mar 7, 2009 3:31 am
tbh, im not quite sure.
if undernet uses chanserv etc it will.
if undernet uses chanserv etc it will.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 21, 2009 10:00 pm
Posted on Mar 21, 2009 10:00 pm
WOW, great script. Any chance you can make it so it logs the time a user spends on the IRC? So that when someone types !stats nick it also mentions their time on IRC. WOULD BE AWESOME if you could do that :).
/me rates 10/10 anyways.
EDIT: after my 7 days have passed.. LOL
/me rates 10/10 anyways.
EDIT: after my 7 days have passed.. LOL
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 22, 2009 5:54 am
Posted on Mar 22, 2009 5:54 am
good idea Huntington, updated.
Note: it will only give these stats for people you add to auto status.
also, if you do update, it will not work those already added, please load it and start from the start, config it all again.
also fixed a "lastseen" problem
Note: it will only give these stats for people you add to auto status.
also, if you do update, it will not work those already added, please load it and start from the start, config it all again.
also fixed a "lastseen" problem
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 22, 2009 8:18 am
Posted on Mar 22, 2009 8:18 am
Thanks PunkTuReD,
I have a problem though, my bot is not channel owner on all the channels I am op on and would like to run this. Is there an easy solution or...
I am mostly interested in the user statistics part. Can you suggest what I should do?
Thanks.
I have a problem though, my bot is not channel owner on all the channels I am op on and would like to run this. Is there an easy solution or...
I am mostly interested in the user statistics part. Can you suggest what I should do?
Thanks.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 22, 2009 12:41 pm
Posted on Mar 22, 2009 12:41 pm
sorry to seem like a nag but the above code you pasted doesn't include the Total online time stat. Unless I'm missing something :/
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 22, 2009 1:07 pm
Posted on Mar 22, 2009 1:07 pm
it only doesnt, cos then i would still have to add the user system back into the above code.
the only reason i made it so it would only count those with channel status, is because it uses the notify list, and triggers a timer for every nick counted. if you just wanted it to count "time in channel" rather than "time on irc" it might b a little easier.
if you do still want the access system, so you can use the "total online time", let me know ill add it back in.
the only reason i made it so it would only count those with channel status, is because it uses the notify list, and triggers a timer for every nick counted. if you just wanted it to count "time in channel" rather than "time on irc" it might b a little easier.
if you do still want the access system, so you can use the "total online time", let me know ill add it back in.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 22, 2009 1:14 pm
Posted on Mar 22, 2009 1:14 pm
Time in channel would be sweet. I've been looking everywhere for a script that could do that. Thanks a lot.
Edit: does the notify method keep track of nick changes? Ex. if someone quits with a different nick? People in my channel change nicks a lot ex. nick|afk, etc..
Edit: does the notify method keep track of nick changes? Ex. if someone quits with a different nick? People in my channel change nicks a lot ex. nick|afk, etc..
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 22, 2009 7:52 pm
Posted on Mar 22, 2009 7:52 pm
thanks a lot, works great!
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 23, 2009 4:54 pm
Posted on Mar 23, 2009 4:54 pm
nice script there PunkTuReD .. found a bug though. lemme post what i got on a return
no show on the total online time or time in channel still... other than that , really neat and gets a good thumping 9 and a like... 10 if you can get the time in channel bit fixed :D
oh.. and make the !stats <nick> command halfop and higher also would be nice to save it getting abused by room members..
| Quote: |
<Sleeping_On_The_Job> !stats testnick <Titan_Bot> [testnick] Spoken Words: 580 (3189 Letters) Commands Used 0. 72 Lines And 27 Actions. <Titan_Bot> 04,01-[ Stats for04,01 testnick 04,01]- Total Joins: 04,01-[ 1 04,01]- Total Parts: 04,01-[ 0 04,01]- Total Quits: 04,01-[ 0 04,01]- Total Bans: 04,01-[ 0 04,01]- Total Kicks: 04,01-[ 0 04,01]- Total Messages Sent: 04,01-[ 4 04,01]- Total Letters: 04,01-[ 64 04,01]- Total Words: 04,01-[ 11 04,01]- Total Online Time 04,01-[ 0secs 04,01]- <Sleeping_On_The_Job> O.o |
no show on the total online time or time in channel still... other than that , really neat and gets a good thumping 9 and a like... 10 if you can get the time in channel bit fixed :D
oh.. and make the !stats <nick> command halfop and higher also would be nice to save it getting abused by room members..
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 3:46 am
Posted on Mar 24, 2009 3:46 am
it was just the rip i used. unless i havent given it time to bed in yet.. will give it a bit more time
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 3:51 am
Posted on Mar 24, 2009 3:51 am
nah if it was the rip,
it starts each persons counter after they join the channel,
if it was their first join it might have had a problem,
due to a var not being set yet,
so ill tweak it soon :-)
it starts each persons counter after they join the channel,
if it was their first join it might have had a problem,
due to a var not being set yet,
so ill tweak it soon :-)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 4:23 am
Posted on Mar 24, 2009 4:23 am
oh right.. :) look forward to the update then on this and our other project :) i do like this one. i have found one weird thing happening though..
if someone does a join part i get an odd message in status from this rip..
thats the flyby.. here is the status message
just struck me as weird. it doesnt affect the working of the script or anything.. just baffled me
if someone does a join part i get an odd message in status from this rip..
| Quote: |
* Joins: Pyrate (shoot * Parts: Pyrate (shoot <Sleeping_On_The_Job> Pyrate will be unbanned in 2hours 3,1 \|/^*Cheiron4,1 <^> 4,1Flyby <^> 3,1script*^/|\ * Sleeping_On_The_Job sets mode: +b *!*shoot |
thats the flyby.. here is the status message
| Quote: |
- * Timer tickspyrate 1s delay inc %ticksPyrate 1 - |
just struck me as weird. it doesnt affect the working of the script or anything.. just baffled me
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 5:52 am
Posted on Mar 24, 2009 5:52 am
thats normal, everyjoin will trigger a timer to
add 1 every second to the var
%ticks<nick>
then when they part
the timer is stopped and the var
%ticks<nick>
is added to the var
%tickstotal<nick>
add 1 every second to the var
%ticks<nick>
then when they part
the timer is stopped and the var
%ticks<nick>
is added to the var
%tickstotal<nick>
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 6:08 am
Posted on Mar 24, 2009 6:08 am
ah gotcha.. thanks for explaining that
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 3:44 pm
Posted on Mar 24, 2009 3:44 pm
Holy shoot that on text event is huge! i'd cut down lag time with elseif, rather than if statements there.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 8:20 pm
Posted on Mar 24, 2009 8:20 pm
gd thinking, yea this was a project i started b4 i started using elseif
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 10:35 pm
Posted on Mar 24, 2009 10:35 pm
Does 'elseif' really cut down lag time significantly?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 10:43 pm
Posted on Mar 24, 2009 10:43 pm
i thought elseif was for like
if (%var) && (%var2) { }
elseif (%var) { }
if (%var) && (%var2) { }
elseif (%var) { }
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 24, 2009 10:47 pm
Posted on Mar 24, 2009 10:47 pm
Aucun50 said to me, and I quote,
Go figure... :P
| Quote: |
| Some times overkill is good Jethro_ |
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 25, 2009 1:13 pm
Posted on Mar 25, 2009 1:13 pm
elseif cuts down lag a HUGE amount. if an elseif statement is satisfied, on the first one for instance, the script's done. however if it was a normal if statement; it would go through each one even if one's been satisfied already.
In this case, elseif's would be better
In this case, elseif's would be better
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 25, 2009 7:48 pm
Posted on Mar 25, 2009 7:48 pm
ahh ok well i will update this sometime ty jonesy44
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 25, 2009 10:57 pm
Posted on Mar 25, 2009 10:57 pm
I'm not sure if I'm just missing something, or if it's so obvious that I'm just missing it, but how do you remove someone from an auto list? E.G: I added someone using the ?addvoice command, but now want to take them off the list. Do I use ?delvoice nick ?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Mar 26, 2009 1:03 am
Posted on Mar 26, 2009 1:03 am
well there is no way. sorry bout that
in the bot type
/remini networkusers.ini channel nick
example
/remini IrCQNetusers.ini #mirc ThisNick
in the bot type
/remini networkusers.ini channel nick
example
/remini IrCQNetusers.ini #mirc ThisNick
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 2, 2009 3:59 pm
Posted on Apr 2, 2009 3:59 pm
I've also found that there is no command to make the bot forget anything that was said for it to remember...
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 2, 2009 10:10 pm
Posted on Apr 2, 2009 10:10 pm
true, ill update it over the next week
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 8, 2009 12:13 am
Posted on Apr 8, 2009 12:13 am
I like this bot alot.. Having some trouble with ?rules though. I changed the trigger to ! and I get this:
[23:03] <~Syele> !rules
[23:04] <~Syele> ?rules
[23:04] <@Psychobot6> -[ Greet Message ]- Notice: !orders and !targets have changed to .orders and .targets
[23:03] <~Syele> !rules
[23:04] <~Syele> ?rules
[23:04] <@Psychobot6> -[ Greet Message ]- Notice: !orders and !targets have changed to .orders and .targets
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 8, 2009 12:30 am
Posted on Apr 8, 2009 12:30 am
do all your other commands work on once you changed the trigger to
!
?
the rules command is to notify the channel if you have the flood protection turned on etc
you cant necessarily specify your own rules.
it just says what "channel protections" are on
!
?
the rules command is to notify the channel if you have the flood protection turned on etc
you cant necessarily specify your own rules.
it just says what "channel protections" are on
| Quote: |
[15:03] <@PuNkTuReD> ?rules [15:03] <@Rage_Virus> -[ Mode Lock ]- +CnstTl 25 [15:03] <@PuNkTuReD> ?trigger ! [15:03] <@Rage_Virus> Trigger is now -[ ! ]- [15:04] <@PuNkTuReD> !rules [15:04] <@Rage_Virus> -[ Mode Lock ]- +CnstTl 25 |
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 8, 2009 8:45 pm
Posted on Apr 8, 2009 8:45 pm
Hm...After thought, it would be pretty dang awesome if this had its own menu thing. Just a quick way to add owners, ops, helpers, voices, possibly change some of the settings, start/stop relay, etc.
Also, I've noticed that the bot quits a channel once it's told to stop relay. (It quits the one it was relaying FROM.) And (not sure if it's supposed to be this way, but....) relay only goes one way? Possibly have options so you can choose how the relay works? (<-- would work well with the menu idea.)
Just a few ideas for it... This script is awesome as it is, I would just like to see it 10x better...if it's possible.
Also, I've noticed that the bot quits a channel once it's told to stop relay. (It quits the one it was relaying FROM.) And (not sure if it's supposed to be this way, but....) relay only goes one way? Possibly have options so you can choose how the relay works? (<-- would work well with the menu idea.)
Just a few ideas for it... This script is awesome as it is, I would just like to see it 10x better...if it's possible.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 9, 2009 12:34 am
Posted on Apr 9, 2009 12:34 am
ok ive sad it a few times, but over the next weel, i will do some work on it for you all. ive just been a bit unmotivated lately.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 9, 2009 8:18 am
Posted on Apr 9, 2009 8:18 am
Great stuff, PunkTuReD.
Still using this script. :)
Keep up the great work you've been doing.
Still using this script. :)
Keep up the great work you've been doing.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 9, 2009 5:07 pm
Posted on Apr 9, 2009 5:07 pm
this is real great script. alot better than what i been using. looking forward to see more great work from u.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 19, 2009 12:07 am
Posted on Apr 19, 2009 12:07 am
I like this bot script,it works fine for my rooms.I did have problems with it remembering
settings,so i added a modes manager script to the bot and also wanted total control over
all the triggers,so i added && ($chan == %chan1) to all of the triggers after I originally set everything as described in your directions prior.I was thinking about adding ( levels ) also for specific access for my room OP's.
But,it is a great script for helping keep order in a room. I rate it a 9/10... Good job.
settings,so i added a modes manager script to the bot and also wanted total control over
all the triggers,so i added && ($chan == %chan1) to all of the triggers after I originally set everything as described in your directions prior.I was thinking about adding ( levels ) also for specific access for my room OP's.
But,it is a great script for helping keep order in a room. I rate it a 9/10... Good job.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 19, 2009 6:30 am
Posted on Apr 19, 2009 6:30 am
could you please explain your levels idea?
because this bot, has levels of access to a degree already.
if the bot has owner status it works best, so it can give out & @ % + accordingly, rather than using chanserv type features.
also if your botmaster, you already do have control over all settings so im not quite sure why you added the && ($chan == %chan1)
could you explain that a bit more to me please, and i might be able to modify the script for other users also
thanks for the rating mate.
because this bot, has levels of access to a degree already.
if the bot has owner status it works best, so it can give out & @ % + accordingly, rather than using chanserv type features.
also if your botmaster, you already do have control over all settings so im not quite sure why you added the && ($chan == %chan1)
could you explain that a bit more to me please, and i might be able to modify the script for other users also
thanks for the rating mate.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 22, 2009 2:59 am
Posted on Apr 22, 2009 2:59 am
I used &&($chan==%chan1) to lock out others for making the bot flood the room with commands.Plus I haven't used it in any other rooms i'm OPed in because in the past the other room OP's would do the same thing,flooding with commands.The lock was meant to be a temp thing for my rooms safety.I was just stating some of the things I have done to the script to make it more suitable for me.Don't worry, I wont chop it up and try posting anything out of it as my script.When I customize something for myself, I am the only user.In the future if your said script is added on to even more with success and no bugs I could email you the changes made and you could do whatever you like with it.It,s a good bot starter script.I was also thing of adding so IP tracking scripts for those pesky FLYBYS.Something along the line of accually tracking an IP to another channel and echo back the nick if changed and the channel joined.
All in all I still liked it,so far i haven't come across any bugs in the script. :)
All in all I still liked it,so far i haven't come across any bugs in the script. :)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 22, 2009 9:38 pm
Posted on Apr 22, 2009 9:38 pm
ahh i see what ya mean, thats all good lol.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 26, 2009 9:06 am
Posted on Apr 26, 2009 9:06 am
Added:
-Multi direction relay script.
if your on two servers in the same room name, you can pass messages back and forward.
-Command for deleting users.
?remuser nick chan
-Menu system for adding users, turning functions on and off.
limited atm but im open to suggestions on what else needs added
will add more by suggestion
-!forget command.
?forget info_here
-Network specific "online timers"
(for nicks in the notify list, which are all your people on the access list)
-Multi direction relay script.
if your on two servers in the same room name, you can pass messages back and forward.
-Command for deleting users.
?remuser nick chan
-Menu system for adding users, turning functions on and off.
limited atm but im open to suggestions on what else needs added
will add more by suggestion
-!forget command.
?forget info_here
-Network specific "online timers"
(for nicks in the notify list, which are all your people on the access list)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 26, 2009 2:41 pm
Posted on Apr 26, 2009 2:41 pm
Can you please add a system to edit the style of the bot.. i didn't like it very much..
the bot is great! dont change anything! just the design please.. THANKS!!
the bot is great! dont change anything! just the design please.. THANKS!!
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 26, 2009 10:05 pm
Posted on Apr 26, 2009 10:05 pm
thats all coded into each command, so not really no, it would be alot of work
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 26, 2009 10:31 pm
Posted on Apr 26, 2009 10:31 pm
I'm surprised you only have 3 ratings, PunkTuReD; this is a very nice protection script, with explanations along with each section.
Not sure if I will use this (since I don't own such large channels that need protection against attackers), but I'm sure there are many people out there who are using/will use this script.
Very nice work. 9.0 from me. :D
Not sure if I will use this (since I don't own such large channels that need protection against attackers), but I'm sure there are many people out there who are using/will use this script.
Very nice work. 9.0 from me. :D
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 26, 2009 10:37 pm
Posted on Apr 26, 2009 10:37 pm
thanks m8
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 27, 2009 10:55 am
Posted on Apr 27, 2009 10:55 am
?rules command doesn't work's...
"* /msg: insufficient parameters"
great bot :)
"* /msg: insufficient parameters"
great bot :)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 27, 2009 11:04 pm
Posted on Apr 27, 2009 11:04 pm
have you got the protections activated for it to show as channel rules?
| Quote: |
[14:02] <@PuNkTuReD> ?rules [14:02] <@Rage_Virus> -[ Channel is being protected ]- Status protection (@ % +,Op Hop Voice) [14:02] <@Rage_Virus> -[ Mode Lock ]- +CnstT [14:02] <@Rage_Virus> -[ Topic lock ]- Want a FREE mIRC Registration-Key. Goto www.SassIRC.com to find out how it can be yours. [14:02] <@Rage_Virus> -[ Greet Message ]- Welcome to #The_Secret_Society, be sure to check out www.SassIRC.com [14:02] <@Rage_Virus> -[ Fly-By Protect ]- -[ Flood Protect ]- -[ Big Flood Protect ]- |
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 29, 2009 3:45 pm
Posted on Apr 29, 2009 3:45 pm
Any way all those menus can be merged into a pop-up? For those with multiple menus, it gets a bit frustrating trying to look for the right ones.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 29, 2009 7:59 pm
Posted on Apr 29, 2009 7:59 pm
if you want the menu's to show in all of your menu's
change
menu chan,nicklist {
to
menu * {
if you want then to only show in sections you choose copy
into the popups you wish for it to show in
this is what i think you wanted
if you do modify any of these i recommend deleting the current menu supplied in the code.
change
menu chan,nicklist {
to
menu * {
if you want then to only show in sections you choose copy
| Code: |
Server relay .Set Relay Channel:set %rchan $$?"Channel name: example: #Help" .Relay Currently %serverrelay:set %serverrelay $iif((%serverrelay == on),off,on) | echo -a ***** Sever Relay is now %serverrelay Add/Delete channel access .Add $$1 as owner:writeini $+($network,users.ini) $chan $address($$1,2) OWNER | mode $chan +q $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Owner. .Add $$1 as admin:writeini $+($network,users.ini) $chan $address($$1,2) ADMIN | mode $chan +a $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Admin. .Add $$1 as op:writeini $+($network,users.ini) $chan $address($$1,2) OP | mode $chan +o $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Op. .Add $$1 as helper:writeini $+($network,users.ini) $chan $address($$1,2) HELPER | mode $chan +h $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Helper. .Add $$1 as voice:writeini $+($network,users.ini) $chan $address($$1,2) VOICE | mode $chan +v $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Voice. .Delete $$1:remini $+($network,users.ini) $chan $$1 Global Message:global $$?"Message From" $$?"Message" |
into the popups you wish for it to show in
this is what i think you wanted
| Code: |
menu * { .miRC Channel Protection Bot .Server relay ..Set Relay Channel:set %rchan $$?"Channel name: example: #Help" ..Relay Currently %serverrelay:set %serverrelay $iif((%serverrelay == on),off,on) | echo -a ***** Sever Relay is now %serverrelay .Add/Delete channel access ..Add $$1 as owner:writeini $+($network,users.ini) $chan $address($$1,2) OWNER | mode $chan +q $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Owner. ..Add $$1 as admin:writeini $+($network,users.ini) $chan $address($$1,2) ADMIN | mode $chan +a $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Admin. ..Add $$1 as op:writeini $+($network,users.ini) $chan $address($$1,2) OP | mode $chan +o $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Op. ..Add $$1 as helper:writeini $+($network,users.ini) $chan $address($$1,2) HELPER | mode $chan +h $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Helper. ..Add $$1 as voice:writeini $+($network,users.ini) $chan $address($$1,2) VOICE | mode $chan +v $$1 | .msg $chan Added 04,01-[ $$1 04,01]- as 04,01-[ $chan 04,01]- Voice. ..Delete $$1:remini $+($network,users.ini) $chan $$1 .Global Message:global $$?"Message From" $$?"Message" } |
if you do modify any of these i recommend deleting the current menu supplied in the code.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Apr 30, 2009 7:21 pm
Posted on Apr 30, 2009 7:21 pm
Ah, it seems I misspoke. Sorry. I meant to say, is there a way that this can be put into a dialog? I'm fairly new at scripting, I'm alright at making/editing menus, but I have no clue when it comes to the dialogs.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on May 1, 2009 2:32 am
Posted on May 1, 2009 2:32 am
Since I figure I prob screwed it up, I recopied the code to remotes...... now !rules gives no output at all.
I actually wanted to set my own rules so not really important
Where do I change how much a person can spam? I use a war bot for a game and adding and deleting orders keeps getting the leaders ignored for 60 seconds for spamming.
I actually wanted to set my own rules so not really important
Where do I change how much a person can spam? I use a war bot for a game and adding and deleting orders keeps getting the leaders ignored for 60 seconds for spamming.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Jun 4, 2009 11:40 pm
Posted on Jun 4, 2009 11:40 pm
no idea how i would work this
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 6, 2009 7:43 pm
Posted on Aug 6, 2009 7:43 pm
Any option for stripping the colors involved?
Also, I noticed a rather weird thing, but is the !act or !say command repeated anywhere? I didn't skim through myself, but when using it from one channel to perform in another channel, it causes the text to appear in both the original channel and the new channel.
Ex.
I type in channel3: !act #channel2 slap Guy1
My bot then describes in channel 3 "#channel2 slap Guy1" and also "-[ Bot Name ]- slap Guy1" then in channel2 it'd say the proper description. If that makes sense.
Mainly interested in the option to strip color codes.
Also, I noticed a rather weird thing, but is the !act or !say command repeated anywhere? I didn't skim through myself, but when using it from one channel to perform in another channel, it causes the text to appear in both the original channel and the new channel.
Ex.
I type in channel3: !act #channel2 slap Guy1
My bot then describes in channel 3 "#channel2 slap Guy1" and also "-[ Bot Name ]- slap Guy1" then in channel2 it'd say the proper description. If that makes sense.
Mainly interested in the option to strip color codes.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 12, 2009 2:30 pm
Posted on Aug 12, 2009 2:30 pm
color codes, you mean for the things the bot
anounces, example:
[04:21] <~Bot> -[ #SassIRC.com Admin ]- PuNkTuReD has joined.
??
if so, what ill actually do, is:
make a "theme" option, where you set %theme1 and %theme2 and they will be used, so you can either use your own color, or, use none.
with the "double posting" thing, thats actually just so you know your message has gone through, mainly made for when relaying channels, so you can talk through the bot also. so its sort of a monitoring/reporting thing.
anounces, example:
[04:21] <~Bot> -[ #SassIRC.com Admin ]- PuNkTuReD has joined.
??
if so, what ill actually do, is:
make a "theme" option, where you set %theme1 and %theme2 and they will be used, so you can either use your own color, or, use none.
with the "double posting" thing, thats actually just so you know your message has gone through, mainly made for when relaying channels, so you can talk through the bot also. so its sort of a monitoring/reporting thing.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 12, 2009 2:33 pm
Posted on Aug 12, 2009 2:33 pm
@94killerz I may make a mini dialog at some point, but this is not one of my main projects at the moment.
@Syele Sorry im afraid, when spam is set to ON, its ON for everyone.
@Ejayrazz Try reading the description.
@Syele Sorry im afraid, when spam is set to ON, its ON for everyone.
@Ejayrazz Try reading the description.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 14, 2009 12:46 am
Posted on Aug 14, 2009 12:46 am
Ok... I just tested the anti-spam and anti-flood.
Tried even 5 lines in 3 seconds. No one got kicked when my bot had ops and the user had voice.
Everything else works that's manual
Tried even 5 lines in 3 seconds. No one got kicked when my bot had ops and the user had voice.
Everything else works that's manual
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 14, 2009 11:56 pm
Posted on Aug 14, 2009 11:56 pm
ok thanks mate ill look into it.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 17, 2009 1:07 pm
Posted on Aug 17, 2009 1:07 pm
Hope you don't mind the bugs/suggestions.
Another thing I noticed is that on netsplits between servers the bot freaks out if people aren't given ops via the bot's commands. Is this intentional? My channel I use the bot more specifically for other purposes than adding channel ops.
I think you might want to look into added an on/of switch for more features of the bot, perhaps breaking them down into categories and allowing sections of the but to be shut off.
Another thing I noticed is that on netsplits between servers the bot freaks out if people aren't given ops via the bot's commands. Is this intentional? My channel I use the bot more specifically for other purposes than adding channel ops.
I think you might want to look into added an on/of switch for more features of the bot, perhaps breaking them down into categories and allowing sections of the but to be shut off.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 17, 2009 1:24 pm
Posted on Aug 17, 2009 1:24 pm
well i initally made the bot for this reason:
it will basically act as chanserv for your channel so NOONE needs to be added to access lists.
thats probably why it freaks out a bit.
i love any and all suggestions because at least the bot is being used :-))
some features can be toggled.
including "channel status" protection.
maybe that will help with the freak outs.
tbh i would like to see this bot in action, i do run it myself but only in smaller rooms. may i join ur server to check it out sometime?
btw i will update soon with some minor bug fixes, like people losing their status via the ini file when they change nicks.
it will basically act as chanserv for your channel so NOONE needs to be added to access lists.
thats probably why it freaks out a bit.
i love any and all suggestions because at least the bot is being used :-))
some features can be toggled.
including "channel status" protection.
maybe that will help with the freak outs.
tbh i would like to see this bot in action, i do run it myself but only in smaller rooms. may i join ur server to check it out sometime?
btw i will update soon with some minor bug fixes, like people losing their status via the ini file when they change nicks.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 17, 2009 9:24 pm
Posted on Aug 17, 2009 9:24 pm
Yeah, it appears that way. I have a lot of other scripts on him and mainly use him as a backup to chanserv. For both my private and my main channel for a game played. Such as the topiclock if people are being goofs, or attempting the spam control from earlier.
It's the best one thus far, as I'm not sure how to write up admin tools and previously had to set the kick/ban features to be tied directly to my username.
The modelocks, and such are nice too. Overall it's a good admin-type script on my bot whenever I need to kill him for acting up, or I need some sort of operator system in my private room.
So if you want to try and see it, despite it not being too actively used, just shoot me a PM.
It's the best one thus far, as I'm not sure how to write up admin tools and previously had to set the kick/ban features to be tied directly to my username.
The modelocks, and such are nice too. Overall it's a good admin-type script on my bot whenever I need to kill him for acting up, or I need some sort of operator system in my private room.
So if you want to try and see it, despite it not being too actively used, just shoot me a PM.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 26, 2009 11:20 pm
Posted on Aug 26, 2009 11:20 pm
thanks anyhow I just have spam feature turned off now. I didnt mean for one guy though.. I meant to make it allow more lines before deeming it spam.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 27, 2009 1:37 am
Posted on Aug 27, 2009 1:37 am
i will have to get back to you,
i keep my copy of this script (which is an updated version of this code)
on another computer which i cant get to atm.
however,
if you goto (near) the bottom of the script, to this line
if ($($+(%,spam,$nick),2) == 3) { unset $+(%,spam,$nick)
and change that "3" to whatever number you want, it will allow more spamming before it bans.
i keep my copy of this script (which is an updated version of this code)
on another computer which i cant get to atm.
however,
if you goto (near) the bottom of the script, to this line
if ($($+(%,spam,$nick),2) == 3) { unset $+(%,spam,$nick)
and change that "3" to whatever number you want, it will allow more spamming before it bans.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Aug 27, 2009 6:55 am
Posted on Aug 27, 2009 6:55 am
YAY that is what I wanted to change.. thanks :D
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 4, 2009 3:18 pm
Posted on Oct 4, 2009 3:18 pm
How long did it take you to make this?
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 1:42 am
Posted on Oct 5, 2009 1:42 am
tbh not too long, just error checking bug fixing takes longer.
it still isnt complete as i have not included commands for anyone but botmaster channel owner and the public, i have not added anyting for admins ops halfops or voiced users.
any ideas on commands for these users will be taken into consideration.
however i am not going to include such commands as !op !deop etc etc etc
i dont want this to "be like every other bot"
btw, i have an updated version where you can set your own theme to the bot instead of the one ive used in this copy -[ ]-
you can get updates here http://www.sassirc.com/view.php?snippet=39
it still isnt complete as i have not included commands for anyone but botmaster channel owner and the public, i have not added anyting for admins ops halfops or voiced users.
any ideas on commands for these users will be taken into consideration.
however i am not going to include such commands as !op !deop etc etc etc
i dont want this to "be like every other bot"
btw, i have an updated version where you can set your own theme to the bot instead of the one ive used in this copy -[ ]-
you can get updates here http://www.sassirc.com/view.php?snippet=39
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 4:48 am
Posted on Oct 5, 2009 4:48 am
if you use ?addmaster nick channel, will the nick only be master on that channel or on all channels the bot are on? Btw, great bot mate, awesome! :-)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 5:31 am
Posted on Oct 5, 2009 5:31 am
the command is
?botmaster <nick>
which will give the nick "global" master status.
the same as bot owner/master.
its not for channel access.
but commands such as
?addadmin <nick>
will give that nick, admin status on the channel the command was recieved on only.
and thank you :-))
oh btw: i forgot to document the
?trigger <trigger>
command
which will allow you to set your own trigger like ! or @ etc etc
?botmaster <nick>
which will give the nick "global" master status.
the same as bot owner/master.
its not for channel access.
but commands such as
?addadmin <nick>
will give that nick, admin status on the channel the command was recieved on only.
and thank you :-))
oh btw: i forgot to document the
?trigger <trigger>
command
which will allow you to set your own trigger like ! or @ etc etc
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 6:46 am
Posted on Oct 5, 2009 6:46 am
hehe np :) Shoud be great with a ?masteradd nick and it get master on just that chan and can only use some commands :)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 7:16 am
Posted on Oct 5, 2009 7:16 am
channel access:
addowner
addadmin
addop
addhelper
addvoice
i dont know what you mean
limit them to what commands?
if you want them to be able to use channel owner commands, you can just add them to channel owner status as well.
addowner
addadmin
addop
addhelper
addvoice
i dont know what you mean
limit them to what commands?
if you want them to be able to use channel owner commands, you can just add them to channel owner status as well.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 9:50 am
Posted on Oct 5, 2009 9:50 am
oh nvm. Btw found this: CHKFLYBY Unknown command
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 10:01 am
Posted on Oct 5, 2009 10:01 am
ok, got alot errors now. The Trigger aint working, yes I have set trigger as u tald us, these are the errors: "ON Unknown command" "-o No such channel" "-v No such channel" "1 No such nick".
Got it when I tried the command: kick, lastseen, flood.
Got it when I tried the command: kick, lastseen, flood.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 10:55 am
Posted on Oct 5, 2009 10:55 am
i cant seem to replicate the errors.
would you mind deleting the whole file you currently have, and recopy the code making sure youve copied it all. sorry for the inconvenience.
would you mind deleting the whole file you currently have, and recopy the code making sure youve copied it all. sorry for the inconvenience.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 11:02 am
Posted on Oct 5, 2009 11:02 am
yes its the whole code... Im on quakenet btw, if that have something to do with this...
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 5:51 pm
Posted on Oct 5, 2009 5:51 pm
no it wouldnt and tbh, the code hasnt changed,
the trigger command was just undocumented.
the only reason you would get an error like
ON unknown command
is a syntax error, example:
on *:text:*:#: {
bla bla
on *:action:*:#: {
bla bla
}
please click the lil bracket checker button in your script editor,
and see if it tells you where the missing bracket is,
mine is all fine.
the trigger command was just undocumented.
the only reason you would get an error like
ON unknown command
is a syntax error, example:
on *:text:*:#: {
bla bla
on *:action:*:#: {
bla bla
}
please click the lil bracket checker button in your script editor,
and see if it tells you where the missing bracket is,
mine is all fine.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 5, 2009 5:52 pm
Posted on Oct 5, 2009 5:52 pm
also, yes this bot might have some issues on quakenet,
but thats cos quakenet dont use chanserv,
however your explaining a bracket error.
ive seen interest before, so i may adapt this to quakenet over time,
but id like to know where these errors are coming from first.
but thats cos quakenet dont use chanserv,
however your explaining a bracket error.
ive seen interest before, so i may adapt this to quakenet over time,
but id like to know where these errors are coming from first.
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 7, 2009 6:25 am
Posted on Oct 7, 2009 6:25 am
ok I try that! :)
mIRC Snippet:
mIRC Channel Protection Bot
Posted on Oct 7, 2009 7:51 am
Posted on Oct 7, 2009 7:51 am
UPDATED: fixed some color code problems.
















