1
0
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:
Naram Qashat
2010-06-21 23:14:28 -04:00
parent fb16ce72a0
commit 1e20877e2f
53 changed files with 588 additions and 838 deletions
+2 -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"
@@ -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");