1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 02:56:38 +02:00

Clean up some of the old now unused IRCDVar struct vars, and made the logchan bots join if the IRCd requires them to

This commit is contained in:
Adam
2010-08-28 02:25:33 -04:00
parent 2aac8b05ef
commit 5fbe0c845c
15 changed files with 81 additions and 185 deletions
-11
View File
@@ -18,8 +18,6 @@ IRCDProto *ircdproto;
* Globals we want from the protocol file
**/
IRCDVar *ircd;
Anope::string version_protocol;
int UseTSMODE;
void pmodule_ircd_proto(IRCDProto *proto)
{
@@ -34,12 +32,3 @@ void pmodule_ircd_var(IRCDVar *ircdvar)
ircd = ircdvar;
}
void pmodule_ircd_version(const Anope::string &version)
{
version_protocol = version;
}
void pmodule_ircd_useTSMode(int use)
{
UseTSMODE = use;
}