Notice on ban/kick
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 |
| Scores Submitted | 5 |
| Date Added | Nov 16, 2007 |
| Last Updated | Aug 14, 2008 |
| Tags | ban kick notice |
Introduction
nice and simple, no high level stuff.(i hope so against what i have seen on here so far :P)
what it does is opens a pm box with you and displays any kicks or bans along with time and user by any op in channel.
useful if you are afk for a long period and wish to check up on what has happened in channel, say overnight or during afk at work.
i know i have not included the @ part on the (on *:ban / kick) to make the script for Ops only but i couldnt be bothered. most using this type of script would be the room owner or SOP ( & ) anyway, rather than the normal AOP ( @ ) or regular user.
Oh yeah.. and it is open channel too. just add the channel you want it to work in next to the #
Any feedbacks would be greatly appreciated.
thanks
Cheiron
mIRC Snippet:
Notice on ban/kick
Posted on Nov 19, 2007 3:10 am
Posted on Nov 19, 2007 3:10 am
Its a nice small code very good looking!!! I will give it a try later on today and then rate it if it works as good as it looks you are well on your way to scripting with ease.
Nice Job and Keep It Up!!!
Nice Job and Keep It Up!!!
mIRC Snippet:
Notice on ban/kick
Posted on Nov 19, 2007 6:16 am
Posted on Nov 19, 2007 6:16 am
ty SpotRedDog. the script runs nice and stable from mIRC6.16 to the new mIRC6.31. i been using it for ages and have had no issues. only thing to watch with it, is if you have a pm blocker as theoritically you are receiving a pm from your own script and ergo the pm blocker will stop it. just remember to add your own nick to the pm bypass to allow it to run if this is the case.
Cheiron
Cheiron
mIRC Snippet:
Notice on ban/kick
Posted on Nov 19, 2007 10:54 am
Posted on Nov 19, 2007 10:54 am
Seems it would work just fine. Although, there are a couple of things I\'d like to see you improve on in this:
1) Try using /echo and stead of /msg $me. /help /echo
2) When coding, please don\'t use /\'s. They tend to make the code look very sloppy.
3) What if you made this have a log function? Such as if you were away? That\'d make this 10x better.
Very nice idea in this, I could see potential use.
1) Try using /echo and stead of /msg $me. /help /echo
2) When coding, please don\'t use /\'s. They tend to make the code look very sloppy.
3) What if you made this have a log function? Such as if you were away? That\'d make this 10x better.
Very nice idea in this, I could see potential use.
mIRC Snippet:
Notice on ban/kick
Posted on Nov 19, 2007 12:45 pm
Posted on Nov 19, 2007 12:45 pm
this was just a first effort brinxy. did not want to post something complex as a lot of users on this site are new to coding and like to see and follow coding so that they may interprate what is happening, hence the way i wrote it.
i could have used the echo, yes. but like i said, the idea was simply a simple script for newcomers so that they may learn basics.
i appreciate the feedback however as it gives me an idea of what people like to see. as for the log.. i always log all room chats anyway and the pm that is generated is stored as a log by mIRC in it\'s log folder under your self titled name. i might re write it to include it writing to a seperate .txt file at some point but for now, it suffices. it works and i been using it for god knows how many months so far heh.
cheers muchily :)
Cheiron.
i could have used the echo, yes. but like i said, the idea was simply a simple script for newcomers so that they may learn basics.
i appreciate the feedback however as it gives me an idea of what people like to see. as for the log.. i always log all room chats anyway and the pm that is generated is stored as a log by mIRC in it\'s log folder under your self titled name. i might re write it to include it writing to a seperate .txt file at some point but for now, it suffices. it works and i been using it for god knows how many months so far heh.
cheers muchily :)
Cheiron.
mIRC Snippet:
Notice on ban/kick
Posted on Nov 19, 2007 12:47 pm
Posted on Nov 19, 2007 12:47 pm
ps further to my last.. the /msg $me $nick set the.... opens the pm box on your client automatically. mIRC takes care of the rest for logs :)
when you come back off afk, all you do is look at your pm and scroll back through the day to see who banned who, or kicked. it is all there in a single pm box
when you come back off afk, all you do is look at your pm and scroll back through the day to see who banned who, or kicked. it is all there in a single pm box
mIRC Snippet:
Notice on ban/kick
Posted on Nov 19, 2007 1:30 pm
Posted on Nov 19, 2007 1:30 pm
That\'s if you have logging enabled. But it would be much more efficient to log specific events, as mIRC\'s logging logs everything.
Also, it would be a lot more efficient to teach newcomers the better ways of scripting whilst they will apply it to their scripting and learn. Users are constantly going to receive the comments as I mentioned before if they stick with the basics. They might as well learn it now. I don\'t think /echo -a is that complex. Neither is a simple log. Just suggestions though.
The snippet hasn\'t any issues yes, but it\'d be better to apply better methods. Whatever though, if you think this will help users then stick with it if you want. :P
Also, it would be a lot more efficient to teach newcomers the better ways of scripting whilst they will apply it to their scripting and learn. Users are constantly going to receive the comments as I mentioned before if they stick with the basics. They might as well learn it now. I don\'t think /echo -a is that complex. Neither is a simple log. Just suggestions though.
The snippet hasn\'t any issues yes, but it\'d be better to apply better methods. Whatever though, if you think this will help users then stick with it if you want. :P
mIRC Snippet:
Notice on ban/kick
Posted on Nov 19, 2007 3:16 pm
Posted on Nov 19, 2007 3:16 pm
true. it was a first script though, you gotta give me that much lol.. didnt wanna come in guns blazing :P
my second script should be more to your liking lol.. lemme know what you think about it.
my second script should be more to your liking lol.. lemme know what you think about it.
mIRC Snippet:
Notice on ban/kick
Posted on Dec 17, 2007 7:22 pm
Posted on Dec 17, 2007 7:22 pm
Cheiron Wrote
isn\'t even needed, you don\'t need op for other people to ban or kick ppl ;)
| Quote: |
i know i have not included the @ part on the (on *:ban / kick) to make the script for Ops only but i couldnt be bothered. most using this type of script would be the room owner or SOP ( & ) anyway, rather than the normal AOP ( @ ) or regular user. |
isn\'t even needed, you don\'t need op for other people to ban or kick ppl ;)
mIRC Snippet:
Notice on ban/kick
Posted on Aug 16, 2008 9:29 pm
Posted on Aug 16, 2008 9:29 pm
i don't really see the point in this -_-
mIRC Snippet:
Notice on ban/kick
Posted on Aug 16, 2008 9:41 pm
Posted on Aug 16, 2008 9:41 pm
i run a very large room. but i run all the auto control codes and stuff. the last thing i want to do when i come home is ask all my ops team who been banned, blackisted etc..
this basic snippet opens an extra window on mirc that displays on bans and kicks in it.
that snippet will tell me the time of the ban/kick. what room it was. and who kicked/banned them.
then all i need to is go straight to the time index on the log and see in secs why the person was actioned that way for.
that is why i made this snippet
this basic snippet opens an extra window on mirc that displays on bans and kicks in it.
that snippet will tell me the time of the ban/kick. what room it was. and who kicked/banned them.
then all i need to is go straight to the time index on the log and see in secs why the person was actioned that way for.
that is why i made this snippet
mIRC Snippet:
Notice on ban/kick
Posted on Aug 17, 2008 11:38 pm
Posted on Aug 17, 2008 11:38 pm
cheiron,
shouldnt you make it globally on notice instead of missing it from one channel to another...?
shouldnt you make it globally on notice instead of missing it from one channel to another...?
mIRC Snippet:
Notice on ban/kick
Posted on Aug 18, 2008 12:54 am
Posted on Aug 18, 2008 12:54 am
it will trigger no matter what channel you are in from whoever kicks or bans Abtehi. there is no fixed channel included. as i have logging enable on mirc, it will log every room that i am in, every kick and ban, who did it, in what room, etc
mIRC Snippet:
Notice on ban/kick
Posted on Aug 20, 2008 1:19 am
Posted on Aug 20, 2008 1:19 am
Thank you, great job :)







