mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-06 06:43:52 +00:00
Add DTMF connection for XLX
This commit is contained in:
parent
dff387f06f
commit
a2e459676d
1 changed files with 2 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ wxString CDTMF::translate()
|
|||
return processReflector(wxT("XRF"), command.Mid(1U));
|
||||
else if (command.GetChar(0U) == wxT('D'))
|
||||
return processReflector(wxT("DCS"), command.Mid(1U));
|
||||
else if (command.GetChar(0U) == wxT('#'))
|
||||
return processReflector(wxT("XLX"), command.Mid(1U));
|
||||
else
|
||||
return processCCS(command);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue