--- help.conf.old	2005-03-25 00:20:46.000000000 +0000
+++ help.conf	2006-11-13 00:15:50.000000000 +0000
@@ -159,7 +159,8 @@
 	" a <nickname> = Gives Channel Admin to the user";
 	" q <nickname> = Gives Owner status to the user";
 	" -";
-	" b <nick!ident@host> = Bans the nick!ident@host from the channel [h]";
+	" b <nick!ident@host> = Bans the nick!ident@host from the channel";
+	"	Extended bantypes (for more info see /HELPOP CHMODEB) [h]";
 	" c = Block messages containing mIRC color codes [o]";
 	" e <nick!ident@host> = Overrides a ban for matching users [h]";
 	" I <nick!ident@host> = Overrides +i for matching users [h]";
@@ -194,6 +195,37 @@
 	" ==------------------------------oOo----------------------------==";
 };
 
+help Chmodeb {
+	" Extended bantypes: ";
+	" -";
+	" ==-Type--------Name---------------------------Explanation-----------------------==";
+	"         |               | People matching these bans can join but are unable to   ";
+	"   ~q    |     Quiet     | speak, unless they have +v or higher.                   ";
+	"         |               | Example:                                                ";
+	"         |               | +bb ~q:*!*@blah.blah.com ~q:nick*!*@*                   ";
+	"-----------------------------------------------------------------------------------";
+	"         |               | People matching these bans cannot change nicks, unless  ";
+	"    ~n   |  nickchange   | they have +v or higher.                                 ";
+	"         |               | Example:                                                ";
+	"         |               | +bb ~n:*!*@*.aol.com ~n:nick*!*@*                       ";
+	"-----------------------------------------------------------------------------------";
+	"         |               | If the user is in this channel then (s)he is unable to  ";
+	"         |   [prefix]    | join. A prefix can also be specified (+/%/@/&/~) which  ";
+	"    ~ñ   |    channel    | means that it will only match if the user has that      ";
+	"         |               | rights or higher on the specified channel.              ";
+	"         |               | Example:  +b ~c:#lamers,    +e ~c:@#trusted             ";
+	"-----------------------------------------------------------------------------------";
+	"         |               | If the realname of a user matches this then (s)he is    ";
+	"         |               | unable to join.                                         ";
+	"    ~r   |   realname    | Example: +b ~r:*Stupid_bot_script*                      ";
+	"         |               | NOTE: an underscore ('_') matches both a space (' ') and";
+	"         |               | an underscore ('_'), so this ban would                  ";
+	"         |               | match 'Stupid bot script v1.4'.                         ";
+	" ==------------------------------------------------------------------------------==";
+	" -";
+	" Skill to set ban - too art!";
+};
+
 help Chmodef {
 	" The +f channel mode provides comprehensive flood protection for a channel.";
 	" This mode allows you to prevent join, nick change, CTCP, text, and knock";
