Added Webskin "znc-ation"

This commit is contained in:
Jens-Andre Koch
2012-03-23 12:20:45 +01:00
parent 2f853bee61
commit 92ec938150
49 changed files with 1137 additions and 100 deletions
+2
View File
@@ -91,6 +91,8 @@ private:
template<> void TModInfo<CAutoReplyMod>(CModInfo& Info) {
Info.SetWikiPage("autoreply");
Info.AddType(CModInfo::NetworkModule);
Info.SetHasArgs(true);
Info.SetArgsHelpText("You might specify a reply text. It is used when automatically answering queries, if you are not connected to ZNC.");
}
USERMODULEDEFS(CAutoReplyMod, "Reply to queries when you are away")