mirror of
https://github.com/anope/anope.git
synced 2026-07-07 04:43:13 +02:00
The next of a few "CBX OCDing over code style" commits, focusing on src/core/ns_*.
This commit is contained in:
@@ -7,10 +7,8 @@
|
||||
*
|
||||
* Based on the original code of Epona by Lara.
|
||||
* Based on the original code of Services by Andy Church.
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
#include "module.h"
|
||||
@@ -110,7 +108,6 @@ class NSSetAutoOp : public Module
|
||||
NSSetAutoOp(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion("$Id$");
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *set = FindCommand(NickServ, "SET");
|
||||
|
||||
Reference in New Issue
Block a user