mirror of
https://github.com/anope/anope.git
synced 2026-07-02 07:46:40 +02:00
Set all of the core modules versions to VERSION_STRING - SVN is now officially not used anymore
This commit is contained in:
@@ -29,7 +29,7 @@ int AnopeInit(int argc, char **argv)
|
||||
|
||||
moduleAddAuthor("Anope");
|
||||
moduleAddVersion
|
||||
("$Id$");
|
||||
(VERSION_STRING);
|
||||
moduleSetType(CORE);
|
||||
|
||||
hook = createEventHook(EVENT_BOT_FANTASY, do_fantasy);
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "SGR"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Name: cs_appendtopic
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Anope"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
int my_cs_enforce(User * u);
|
||||
void my_cs_help(User * u);
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Rob"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
void myHelp(User * u);
|
||||
void myFullHelpSyntax(User * u);
|
||||
|
||||
@@ -44,7 +44,7 @@ void WriteAkill(char *line);
|
||||
int AnopeInit(int argc, char **argv)
|
||||
{
|
||||
moduleAddAuthor("Anope");
|
||||
moduleAddVersion("$Id$");
|
||||
moduleAddVersion(VERSION_STRING);
|
||||
moduleSetType(SUPPORTED);
|
||||
|
||||
athemedb = fopen(ATHEMEDATABASE, "r");
|
||||
|
||||
@@ -30,7 +30,7 @@ int decrypt_password_md5(NickAlias *na, char *pass, char *tmp_pass);
|
||||
int AnopeInit(int argc, char **argv)
|
||||
{
|
||||
moduleAddAuthor("Anope");
|
||||
moduleAddVersion("$Id$");
|
||||
moduleAddVersion(VERSION_STRING);
|
||||
moduleSetType(SUPPORTED);
|
||||
|
||||
Command *c;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Rob"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
/* Configuration variables */
|
||||
int HSRequestMemoUser = 0;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Anope"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
void my_load_config(void);
|
||||
void my_add_languages(void);
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Rob"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
/* The name of the default database to save info to */
|
||||
#define DEFAULT_DB_NAME "autoop.db"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Viper"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
/* Default database name */
|
||||
#define DefIgnoreDB "os_ignore.db"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "module.h"
|
||||
|
||||
#define AUTHOR "Rob"
|
||||
#define VERSION "$Id$"
|
||||
#define VERSION VERSION_STRING
|
||||
|
||||
/* Default database name */
|
||||
#define DEFAULT_DB_NAME "os_info.db"
|
||||
|
||||
Reference in New Issue
Block a user