X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_conn_join.cpp;h=58a1d9bf5a3f111ec2d98bbaf1f51679378329fe;hb=db7a49b071134cf3deadf05ce84fa6c7c46d80bf;hp=046176b0c69f9c4830c7ffd926423d54214572a0;hpb=7d7250484c352c13830e63ae41ee8faae40a9bd5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_conn_join.cpp b/src/modules/m_conn_join.cpp index 046176b0c..58a1d9bf5 100644 --- a/src/modules/m_conn_join.cpp +++ b/src/modules/m_conn_join.cpp @@ -20,7 +20,7 @@ class ModuleConnJoin : public Module private: std::string JoinChan; std::vector Joinchans; - + int tokenize(const std::string &str, std::vector &tokens) { @@ -46,8 +46,8 @@ class ModuleConnJoin : public Module : Module(Me) { OnRehash(NULL, ""); - Implementation eventlist[] = { I_OnPostConnect, I_OnRehash }; - ServerInstance->Modules->Attach(eventlist, this, 2); + Implementation eventlist[] = { I_OnPostConnect, I_OnRehash }; + ServerInstance->Modules->Attach(eventlist, this, 2); } void Prioritize() @@ -72,7 +72,7 @@ class ModuleConnJoin : public Module virtual Version GetVersion() { - return Version(1,2,0,1,VF_VENDOR,API_VERSION); + return Version("$Id$", VF_VENDOR,API_VERSION); } virtual void OnPostConnect(User* user)