diff options
Diffstat (limited to 'src/core/cs_access.c')
-rw-r--r-- | src/core/cs_access.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_access.c b/src/core/cs_access.c index bea907e51..1852fbdf0 100644 --- a/src/core/cs_access.c +++ b/src/core/cs_access.c @@ -28,8 +28,8 @@ class CSAccess : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion + this->SetAuthor("Anope"); + this->SetVersion ("$Id$"); this->SetType(CORE); |