Home
last modified time | relevance | path

Searched refs:ircBotCb (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/net/
H A Dserverlobbythread.h67 …ServerLobbyThread(GuiInterface &gui, ServerMode mode, ServerIrcBotCallback &ircBotCb, ConfigFile &…
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dserverlobbythread.cpp250 …erLobbyThread(GuiInterface &gui, ServerMode mode, ServerIrcBotCallback &ircBotCb, ConfigFile &serv… in ServerLobbyThread() argument
252 …: m_ioService(ioService), m_authContext(NULL), m_gui(gui), m_ircBotCb(ircBotCb), m_avatarManager(a… in ServerLobbyThread()