1
0
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:
Naram Qashat
2010-06-27 11:55:39 -04:00
parent 57caa0b53f
commit 9269d20a70
35 changed files with 104 additions and 213 deletions
+1 -4
View File
@@ -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");