]> jfr.im git - irc/atheme/atheme.git/commitdiff
Add HostServ/Drop to atheme.conf.example
authorAustin Ellis <redacted>
Mon, 29 Feb 2016 04:37:38 +0000 (22:37 -0600)
committerAustin Ellis <redacted>
Mon, 29 Feb 2016 04:37:38 +0000 (22:37 -0600)
It does help to add the module to the example conf.

dist/atheme.conf.example

index 0054ae5ce02564649bfaca69581900c867489f72..350376802ed46a540cd1f4ca24805955eff42c8f 100644 (file)
@@ -636,6 +636,7 @@ loadmodule "modules/saslserv/authcookie";
  * VHOST and LISTVHOST commands                 modules/hostserv/vhost
  * VHOSTNICK command                            modules/hostserv/vhostnick
  * GROUP command                                modules/hostserv/group
+ * DROP command                                 modules/hostserv/drop
  */
 #loadmodule "modules/hostserv/main";
 #loadmodule "modules/hostserv/help";
@@ -645,6 +646,7 @@ loadmodule "modules/saslserv/authcookie";
 #loadmodule "modules/hostserv/vhost";
 #loadmodule "modules/hostserv/vhostnick";
 #loadmodule "modules/hostserv/group";
+#loadmodule "modules/hostserv/drop";
 
 /* HelpServ modules.
  * HelpServ allows users to request help from network staff in a few different ways.