mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-06 06:43:52 +00:00
parent
9669d865b5
commit
5a5bfc9e89
35 changed files with 2286 additions and 39 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2011,2012,2013,2018 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2011,2012,2013 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -148,6 +148,7 @@ void CRemoteHandler::sendRepeater(const wxString& callsign)
|
|||
CDExtraHandler::getInfo(repeater, *data);
|
||||
CDPlusHandler::getInfo(repeater, *data);
|
||||
CDCSHandler::getInfo(repeater, *data);
|
||||
CCCSHandler::getInfo(repeater, *data);
|
||||
|
||||
m_handler.sendRepeater(*data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue