mirror of
https://github.com/anope/anope.git
synced 2026-06-29 11:36:38 +02:00
Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds.
This commit is contained in:
+1
-1
@@ -494,7 +494,7 @@ XLine *SGLineManager::Add(BotInfo *bi, User *u, const Anope::string &mask, time_
|
||||
|
||||
Anope::string realreason = reason;
|
||||
if (u && Config->AddAkiller)
|
||||
realreason = "[" + u->nick + "]" + reason;
|
||||
realreason = "[" + u->nick + "] " + reason;
|
||||
|
||||
XLine *x = new XLine(mask, u ? u->nick : (OperServ ? OperServ->nick : "OperServ"), expires, realreason);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user