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
+3 -1
View File
@@ -217,6 +217,8 @@ void CSimpleAwayJob::RunJob() {
template<> void TModInfo<CSimpleAway>(CModInfo& Info) {
Info.SetWikiPage("simple_away");
Info.SetHasArgs(true);
Info.SetArgsHelpText("Please enter 2 or 3 arguments, like -notimer awaymessage or -timer 5 awaymessage.");
}
NETWORKMODULEDEFS(CSimpleAway, "Auto away when last client disconnects")
NETWORKMODULEDEFS(CSimpleAway, "This module will automatically set you away on IRC while you are disconnected from the bouncer.")