Navigation Menu

Skip to content

Commit

Permalink
update module description with something more useful. Additionally ad…
Browse files Browse the repository at this point in the history
…ded explanation at the top of the header.
  • Loading branch information
Jim Hull committed Sep 13, 2011
1 parent 002b31d commit 4b1b346
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/extra/away.cpp
Expand Up @@ -7,6 +7,11 @@
*
* Quiet Away and message logger
* Author: imaginos <imaginos@imaginos.net>
*
* I originally wrote this module for when I had multiple clients connected to ZNC. I would leave work and forget to close my client, arriving at home
* and re-attaching there someone may have messaged me in commute and I wouldn't know it until I would arrive back at work the next day. I wrote it such that
* my xchat client would monitor desktop activity and ping the module to let it know I was active. Within a few minutes of inactivity the pinging stops and
* the away module sets the user as away and logging commences.
*/

#define REQUIRESSL
Expand Down Expand Up @@ -475,5 +480,5 @@ void CAwayJob::RunJob()
}
}

NETWORKMODULEDEFS(CAway, "You don't need this module, ZNC works ok without it")
NETWORKMODULEDEFS(CAway, "Adds auto-away functionality with logging, and subsequent notification of messages when reconnecting" );

0 comments on commit 4b1b346

Please sign in to comment.