mirror of
https://github.com/anope/anope.git
synced 2026-07-04 08:03:12 +02:00
The next of a few "CBX OCDing over code style" commits, focusing on src/core/bs_* and src/core/cs_*.
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"
|
||||
@@ -87,7 +85,7 @@ class CSSetEntryMsg : public Module
|
||||
CSSetEntryMsg(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion("$Id$");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
Reference in New Issue
Block a user