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:
psychon
2010-04-30 18:15:50 +00:00
parent 94afb82089
commit 0a9d2391dd
+1 -1
View File
@@ -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;