From f604709cf0d37733b556cdfcddc63431c53df191 Mon Sep 17 00:00:00 2001 From: Jim Hull Date: Tue, 13 Sep 2011 09:44:27 -0700 Subject: [PATCH] rename away to autoaway to help alleviate any ambiguity as to what it does --- modules/extra/{away.cpp => autoaway.cpp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename modules/extra/{away.cpp => autoaway.cpp} (99%) diff --git a/modules/extra/away.cpp b/modules/extra/autoaway.cpp similarity index 99% rename from modules/extra/away.cpp rename to modules/extra/autoaway.cpp index 16073724..4c03e994 100644 --- a/modules/extra/away.cpp +++ b/modules/extra/autoaway.cpp @@ -480,5 +480,5 @@ void CAwayJob::RunJob() } } -NETWORKMODULEDEFS(CAway, "Adds auto-away with logging, useful when you use ZNC from different places"); +NETWORKMODULEDEFS(CAway, "Adds auto-away with logging, useful when you use ZNC from different locations");