Top

Nicklist 'Mass' Menu


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.5
Scores Submitted  2
Date Added  Sep 07, 2007
Last Updated  Oct 23, 2007
Tags  kick  list  mass  menu  mode  mute  nick  nicklist  popup 
  Bookmark and Share

Introduction

This is the 'mass' nicklist menu I use. It has mass user modes, mutes, kicks and bot user modes (bot voices, etc) - the bot modes use chanserv, so you'll need permanent access on a channel to use those ones (and a server with chanserv).

I've re-written it (and tested, fixing a bug) today so it's neater, easier to modify and more versatile, in that you can now use the aliases for the menu outside of the menu.

If you wish to use an alias here or modify anything to go into your script, I would appreciate some credit. :)



Put in remotes (File->New).



Update1: Fixed a bug.
Update2: Updated by combining the aliases for channel modes and those with chanserv, also /qban and /qunban are now /qban (the aliases are smaller). /qban also now uses a different method for adding the ~q: prefix.
Update3: Designed smaller regex in /qban. :)
Update4: Fixed bug with w regex. (Changed to S to pick up obscure nicknames.)
Update5: Fixed that bug the site keeps making.. It removes the backslashes. :(

Grab the Code

Comments

  (12)  RSS
Gummo
Comments: 137
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 5:17 am
Update: Forgot to put in $chan and managed to miss this somehow during testing.. o.o
mountaindew
Comments: 1,636
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 2:12 pm
Code:
  ;;;; ADDED FOR THE SAKE OF THE MENU ONLY
  ;;;; ADDED FOR THE SAKE OF THE MENU ONLY
  ;;;; ADDED FOR THE SAKE OF THE MENU ONLY
  ;;;; ADDED FOR THE SAKE OF THE MENU ONLY


whats up with that?
Gummo
Comments: 137
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 6:35 pm
Sorry.. Forgot to delete that part. Updated.
mountaindew
Comments: 1,636
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 6:39 pm
you should mention that part of it is for chanserv
Gummo
Comments: 137
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 6:41 pm
Done.
mountaindew
Comments: 1,636
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 6:45 pm
now what is modes with bot?
Gummo
Comments: 137
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 6:48 pm
The bot voices, etc. :\
mountaindew
Comments: 1,636
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 6:50 pm
then why not just do mode $chan +v $1
mountaindew
Comments: 1,636
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 6:51 pm
and when you do mass mute/mass mute ip, you should have a way to like undo it or reset all mutes
Gummo
Comments: 137
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 7, 2007 7:09 pm
For what you said first, it does that in the main section. The modes with the bot aren't terribly useful, but I use them enough to make it part of my menu. You can remove them if you like. Either way, I've added the un-mute function. :)
Gummo
Comments: 137
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Sep 11, 2007 2:19 am
Updated. :)
Gummo
Comments: 137
 
mIRC Snippet:  Nicklist 'Mass' Menu
Posted on Oct 13, 2007 5:49 am
Updated again: Fixed bug with \w regex. (Changed to \S to pick up obscure nicknames.)
:)

Please Register or Login to start posting comments.
Bottom