mirror of
https://github.com/anope/anope.git
synced 2026-07-07 03:43:13 +02:00
The next of a few "CBX OCDing over code style" commits, focusing on src/core/hs_* and src/core/ms_*, plus some tiny fallout caused by changing the FOREACH_* macros.
This commit is contained in:
+2
-3
@@ -7,9 +7,8 @@
|
||||
*
|
||||
* Based on the original code of Epona by Lara.
|
||||
* Based on the original code of Services by Andy Church.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
#include "module.h"
|
||||
@@ -32,7 +31,7 @@ class CommandHSOff : public Command
|
||||
ircdproto->SendVhostDel(u);
|
||||
notice_lang(Config.s_HostServ, u, HOST_OFF);
|
||||
}
|
||||
|
||||
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user