mirror of
https://github.com/znc/znc.git
synced 2026-06-30 15:01:54 +02:00
Rename one of overloads of CMessage::GetParams to GetParamsColon
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ void CMessage::SetCommand(const CString& sCommand) {
|
||||
InitType();
|
||||
}
|
||||
|
||||
CString CMessage::GetParams(unsigned int uIdx, unsigned int uLen) const {
|
||||
CString CMessage::GetParamsColon(unsigned int uIdx, unsigned int uLen) const {
|
||||
if (m_vsParams.empty() || uLen == 0) {
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user