mirror of
https://github.com/anope/anope.git
synced 2026-07-02 02:46:39 +02:00
Changed the versioning system to use git
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Rob"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
/* Configuration variables */
|
||||
int HSRequestMemoUser = 0;
|
||||
@@ -394,7 +393,6 @@ class HSRequest : public Module
|
||||
this->AddCommand(HostServ, new CommandHSWaiting());
|
||||
|
||||
this->SetAuthor(AUTHOR);
|
||||
this->SetVersion(VERSION);
|
||||
this->SetType(SUPPORTED);
|
||||
|
||||
my_load_config();
|
||||
|
||||
Reference in New Issue
Block a user