diff options
| author | 2009-10-17 17:53:31 +0000 | |
|---|---|---|
| committer | 2009-10-17 17:53:31 +0000 | |
| commit | 67a4a9b62355ea57a2f4521ca5fc53bd4eac3a1f (patch) | |
| tree | 90decf00843e38c78d471c4f4bd5341d89179284 /src/modules/m_conn_join.cpp | |
| parent | Add filename/line information to all ConfigTag objects (diff) | |
Remove dummy API_VERSION from Version constructor
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_conn_join.cpp')
| -rw-r--r-- | src/modules/m_conn_join.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_conn_join.cpp b/src/modules/m_conn_join.cpp index b78cc85be..b1f12e1eb 100644 --- a/src/modules/m_conn_join.cpp +++ b/src/modules/m_conn_join.cpp @@ -71,7 +71,7 @@ class ModuleConnJoin : public Module virtual Version GetVersion() { - return Version("Forces users to join the specified channel(s) on connect", VF_VENDOR,API_VERSION); + return Version("Forces users to join the specified channel(s) on connect", VF_VENDOR); } virtual void OnPostConnect(User* user) |
