This plugin checks for duplicate names and the infamous 'Unknown Soldier'.
It will warn all dupes and Unknowns and penalize them after 3 warnings.
###################################################################################
#
# Plugin for B3 (
www.bigbrotherbot.com)
# (c) 2005
www.xlr8or.com (mailto:xlr8or@xlr8or.com)
#
# This program is free software and licensed under the terms of
# the GNU General Public License (GPL), version 2.
#
#
http://www.gnu.org/copyleft/gpl.html###################################################################################
DupeName (v1.0.0b4) beta4
###################################################################################
This plugin checks for duplicate names and the infamous 'Unknown Soldier'.
It will warn all dupes and Unknowns and penalize them after 3 warnings.
This plugin uses the 'badname' warning defined in b3/conf/plugin_admin.xml
I strongly suggest you modify the warning so clients are properly informed.
<set name="badname">1h, ^7No empty, duplicate, potentially offensive, or annoying names. ^1Rename yourself!^7</set>
Requirements:
###################################################################################
- B3 version 1.1.0 or higher
Installation:
###################################################################################
1. Unzip the contents of this package into your B3 folder. It will
place the .py file in b3/extplugins and the config file .xml in
your b3/extplugins/conf folder.
2. Open the .xml file with your favorit editor and modify the
levels if you want them different. Do not edit the command-names
for they will not function under a different name.
3. Open your B3.xml file (in b3/conf) and add the next line in the
<plugins> section of the file:
<plugin name="dupename" priority="12" config="@b3/extplugins/conf/dupename.xml"/>
The numer 12 in this just an example. Make sure it fits your
plugin list.
Changelog
###################################################################################
v1.0.0 : Initial release
###################################################################################
xlr8or - 26 jan 2006 -
www.bigbrotherbot.com //
www.xlr8or.com