]> jfr.im git - irc/UndernetIRC/gnuworld.git/commitdiff
- Oops, fixed.
authorSpike <redacted>
Sat, 10 Dec 2011 20:16:57 +0000 (21:16 +0100)
committerSpike <redacted>
Sat, 10 Dec 2011 20:16:57 +0000 (21:16 +0100)
mod.cservice/WHITELISTCommand.cc

index 91390def9547a22a438a47ba09c8cbca71052206..119833ab1795790f0046d27ed888e7ad44adbbcb 100755 (executable)
@@ -231,7 +231,7 @@ if (option == "VIEW")
                }
 
        const time_t timeAddedOn = (time_t)dbAddedOn;
-       bot->Notice(theClient, "%s: Added on %s (expires in: %s) by %s -- %s", dbIP.c_str(), ctime(&timeAddedOn));
+       bot->Notice(theClient, "%s: Added on %s", dbIP.c_str(), ctime(&timeAddedOn));
        bot->Notice(theClient, "(expires in: %s) by %s -- %s", 
                bot->prettyDuration(bot->currentTime() - (dbExpires - bot->currentTime())).c_str(), 
                dbAddedBy.c_str(), dbReason.c_str());