mirror of
https://github.com/znc/znc.git
synced 2026-05-02 03:22:33 +02:00
MOTD: Use ExpandString()
Thanks to Un1matr1x for the idea. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1956 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -586,7 +586,7 @@ bool CClient::SendMotd() {
|
||||
}
|
||||
|
||||
for (unsigned int a = 0; a < vsMotd.size(); a++) {
|
||||
PutStatusNotice(vsMotd[a]);
|
||||
PutStatusNotice(m_pUser->ExpandString(vsMotd[a]));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user