From beb543d77396bfc45ef13ef4a66c33cd01b20712 Mon Sep 17 00:00:00 2001
From: tduva
- Editing Locally (Commands) |
- Advanced Usage (Mod Commands, Change via file)
- The addressbook allows you to add usernames and assign categories to
them, which can then be used in other places such as the Usercolor settings
@@ -81,10 +94,12 @@
+
The following features are a bit more advanced and should only be used if
you somewhat know what you're doing. You can use this to let the moderators of your channel edit your addressbook.
Depending on what commands you allow them to use, this can be a powerful tool,
@@ -118,6 +133,7 @@
actual response, you need to have Chatty on stream (which means the response
is also affected by stream delay of course). This is a rather experimental feature, so it might not work reliably.Addressbook
-
+
+
+ Advanced Usage
Moderator Commands
Change Addressbook via file
Example: mIRC script to edit the Addressbook.
+ + +You can add somewhat unique categories to a setting, which means that + only one user will have that category assigned, as long as you only use + Addressbook commands to apply that category (and not the context menu or + Addressbook dialog).
+ +Use /set abUniqueCats star
to set the category star
+ as unique category. That way, only one user can have that category.
+ What happens is that when using an Addressbook command like
+ /ab add Jack star
, it will first remove the star
category
+ from all other users and then add it to Jack
.
If you want to have more than one unique category, you can separate
+ several categories by comma: /set abUniqueCats star,gold
This is an experimental feature that adds Subscribers automatically to + an Addressbook category, depending on how many months they subscribed. + This works on Subscriber Notifications in chat, so you have to be in the + channel at the time of the subscription for it to work.
+First you need to do some configuration:
+/set abSubMonthsChan #<yourchannel>
- Set the
+ channel you want the feature enabled for/add abSubMonths <number>
- Add one or several
+ subscription lenghts in months (repeat the command with a different
+ number to add more than one)/remove abSubMonths <number>
- Remove a number
+ from the listThe months represent the categories that are automatically added. For
+ example if you configured the months as [3, 6, 12]
:
.. subscribed for 3 months in a row!
would add that
+ user to the 3months
category.. subscribed for 4 months in a row!
would add that
+ user to the 3months
category.. subscribed for 11 months in a row!
would add that
+ user to the 6months
category.. subscribed for 20 months in a row!
would add that
+ user to the 12months
category.. just subscribed!
won't do anything