Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing TModInfo to missingmotd module
  • Loading branch information
Martin Häger committed May 9, 2013
1 parent 84fbb24 commit 6fee11f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/missingmotd.cpp
Expand Up @@ -17,5 +17,11 @@ class CMissingMotd : public CModule {
} }
}; };


template<> void TModInfo<CMissingMotd>(CModInfo& Info)
{
Info.SetWikiPage("missingmotd");
Info.SetHasArgs(false);
}

USERMODULEDEFS(CMissingMotd, "Sends 422 to clients when they login") USERMODULEDEFS(CMissingMotd, "Sends 422 to clients when they login")


0 comments on commit 6fee11f

Please sign in to comment.