|
@@ -808,12 +808,12 @@ switch $type {
|
|
|
|
|
|
|
|
module {
|
|
module {
|
|
|
|
|
|
|
|
-set allmodules "Anunt AutoBroadcast BadChan Idle Limit XTools Xonly Seen VoiceMe VoiceOnMsg CloneScan EGG ChanLink SecureMode Private GuestNick Greet Leave Count Topic Timer Next TopWords BackChan ReportNick Quote Note Language AutoUpdate"
|
|
|
|
|
-set manager_module "Anunt BadChan Idle Limit XTools Xonly Seen VoiceMe VoiceOnMsg Clonescan Securemode Private Guestnick Greet Leave Count Topic Next TopWords BackChan ReportNick Quote Note Language"
|
|
|
|
|
-set owner_modules "Anunt AutoBroadcast BadChan Idle Limit CloneScan XTools Xonly Seen VoiceMe VoiceOnMsg CloneScan EGG ChanLink SecureMode Private GuestNick Greet Leave Count Topic Timer Next TopWords BackChan ReportNick Quote Note Language"
|
|
|
|
|
|
|
+set allmodules "Anunt AutoBroadcast BadChan Idle Limit XTools Xonly Seen VoiceMe VoiceOnMsg CloneScan EGG ChanLink SecureMode Private GuestNick Greet Leave Count Topic Timer Next TopWords BackChan ReportNick Quote Note Language AutoUpdate Alias"
|
|
|
|
|
+set manager_module "Anunt BadChan Idle Limit XTools Xonly Seen VoiceMe VoiceOnMsg Clonescan Securemode Private Guestnick Greet Leave Count Topic Next TopWords BackChan ReportNick Quote Note Language Alias"
|
|
|
|
|
+set owner_modules "Anunt AutoBroadcast BadChan Idle Limit CloneScan XTools Xonly Seen VoiceMe VoiceOnMsg CloneScan EGG ChanLink SecureMode Private GuestNick Greet Leave Count Topic Timer Next TopWords BackChan ReportNick Quote Note Language Alias"
|
|
|
set module_output ""
|
|
set module_output ""
|
|
|
-set other_module "Note"
|
|
|
|
|
-set master_module "Anunt BadChan Idle Limit XTools Xonly Seen VoiceMe VoiceOnMsg Clonescan Securemode Private Guestnick Greet Leave Count Topic Next TopWords BackChan ReportNick Quote Note Language"
|
|
|
|
|
|
|
+set other_module "Note Alias"
|
|
|
|
|
+set master_module "Anunt BadChan Idle Limit XTools Xonly Seen VoiceMe VoiceOnMsg Clonescan Securemode Private Guestnick Greet Leave Count Topic Next TopWords BackChan ReportNick Quote Note Language Alias"
|
|
|
|
|
|
|
|
if {[matchattr $hand n]} {
|
|
if {[matchattr $hand n]} {
|
|
|
set current_modules $allmodules
|
|
set current_modules $allmodules
|
|
@@ -980,6 +980,10 @@ autoupdate {
|
|
|
lappend module_output "[black:color 1 $hand $m]\[\]"
|
|
lappend module_output "[black:color 1 $hand $m]\[\]"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+alias {
|
|
|
|
|
+ lappend module_output "[black:color 1 $hand $m]\[\]"
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
note {
|
|
note {
|
|
|
if {[setting:get $chan note]} {
|
|
if {[setting:get $chan note]} {
|
|
|
lappend module_output "[black:color 2 $hand $m]\[+\]"
|
|
lappend module_output "[black:color 2 $hand $m]\[+\]"
|