mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
m_alltime Add a missing space to the notice
This commit is contained in:
parent
f36892a2d4
commit
a9151705c3
@ -38,7 +38,7 @@ class CommandAlltime : public Command
|
||||
time_t now = ServerInstance->Time();
|
||||
strftime(fmtdate, sizeof(fmtdate), "%Y-%m-%d %H:%M:%S", gmtime(&now));
|
||||
|
||||
std::string msg = ":" + std::string(ServerInstance->Config->ServerName.c_str()) + " NOTICE " + user->nick + " :System time is " + fmtdate + "(" + ConvToStr(ServerInstance->Time()) + ") on " + ServerInstance->Config->ServerName;
|
||||
std::string msg = ":" + std::string(ServerInstance->Config->ServerName.c_str()) + " NOTICE " + user->nick + " :System time is " + fmtdate + " (" + ConvToStr(ServerInstance->Time()) + ") on " + ServerInstance->Config->ServerName;
|
||||
|
||||
user->SendText(msg);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user