Top

mIRC Code Snippets by Soulkeeper

  (6)  
Sort by 
It's just a simple blacklist using hash tables. [For a Bot] ***<!---Start Note---!>*** It will give you an error the first time you use this. There is most likely not a table in your mIRC directory
3 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Soulkeeper on Mar 25, 2008
So, This is my shot at a 1 time nick response thing, for when you're afk. All you have to do, is /a (reason) and the rest works itself out. The snippet will check if they're in the variable, and if not,
Tags: away  message  notice  notify 
9 comment(s)   |   Score: 5.0   |   Language: mIRC   |   Posted by Soulkeeper on Feb 05, 2008
So, this is just a simple replacement for /join. It has a few extra features, like allowing you to join multiple channels, and it checks for the #. If there is no #, it puts one in. Enjoy.
Tags: join 
4 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Soulkeeper on Dec 23, 2007
Well, It's a simple swear kicker. All you need to do is set a variable, %swear to have all your swear words. i.e. %swear shit|fuck|damn|asshole|cunt. Be careful though, If you don't have the |, it won't
Tags: kick  kicker  mirc  reg  swear 
4 comment(s)   |   Score: 1.0   |   Language: mIRC   |   Posted by Soulkeeper on Nov 04, 2007
Well, It's just a simple away script, Asks for your current password, Away nickname, and Away Password. Pretty straightforward script. If you're away, and someone says your name, it'll notice them telling
Tags: away 
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Soulkeeper on Aug 07, 2007
Well, This script kick anyone who tries to advertise in your channel, but only kicks people who are advertising a channel other than the one you are in. I.e. anyone in #england can say #england, but anything
Tags: advertisement  kick  kicker 
1 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Soulkeeper on Aug 03, 2007
Bottom