From d839b777682012133a7320f6cfcff9588c1be22d Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Wed, 24 Dec 2008 05:38:30 +0000 Subject: Removed the d flag for almost everyone, changed all commands that require the 'd' flag to require 'a' instead, except for ;ev and ;sl, and modified ;user flags to not allow the d flag to be assigned --- config-default/channels.xml | 11 +++++++---- config-default/commands.xml | 10 +++++++--- config-default/users.xml | 27 +++++++++++++-------------- 3 files changed, 27 insertions(+), 21 deletions(-) (limited to 'config-default') diff --git a/config-default/channels.xml b/config-default/channels.xml index c4257ce..66a9040 100644 --- a/config-default/channels.xml +++ b/config-default/channels.xml @@ -1,10 +1,10 @@ + - - + @@ -71,7 +71,9 @@ - + + thehelpfulone + ##thehelpfulone ##asb-nexus @@ -81,6 +83,7 @@ + @@ -161,6 +164,7 @@ flyingparchment + WaRpAtH seanw ST47 @@ -206,7 +210,6 @@ #wikimedia-ops - #wikimedia-ops diff --git a/config-default/commands.xml b/config-default/commands.xml index 2e8df3d..efe65e1 100644 --- a/config-default/commands.xml +++ b/config-default/commands.xml @@ -31,7 +31,7 @@ $conn->privmsg($event->{to}->[0], "$result results found."); ]]> - + privmsg($event->{to}->[0], "Hiya $nick"); ]]> - + privmsg($event->{to}->[0], "The d flag may not be assigned over IRC. Edit the configuration manually."); + return; + } if ((!defined($flags)) || ($flags eq '')) { if (defined($::users->{person}->{$nick}->{flags})) { $conn->privmsg($event->{to}->[0], "Flags for $nick: $::users->{person}->{$nick}->{flags}"); @@ -59,7 +63,7 @@ } ]]> - + {person}->{$nick}); diff --git a/config-default/users.xml b/config-default/users.xml index 283e722..d524123 100644 --- a/config-default/users.xml +++ b/config-default/users.xml @@ -1,27 +1,26 @@ - - + - - + + - + - - - + + + - - - - - - + + + + + + -- cgit v1.2.3