Home
last modified time | relevance | path

Searched refs:get_after_connection_commands (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/biboumi/biboumi-9.0/tests/
H A Ddatabase.cpp134 auto after_connection_commands = Database::get_after_connection_commands(soptions);
153 after_connection_commands = Database::get_after_connection_commands(soptions);
155 after_connection_commands = Database::get_after_connection_commands(soptions2);
162 after_connection_commands = Database::get_after_connection_commands(soptions);
164 after_connection_commands = Database::get_after_connection_commands(soptions2);
/dports/net-im/biboumi/biboumi-9.0/src/database/
H A Ddatabase.hpp132 …static AfterConnectionCommands get_after_connection_commands(const IrcServerOptions& server_option…
H A Ddatabase.cpp92 Database::AfterConnectionCommands Database::get_after_connection_commands(const IrcServerOptions& s… in get_after_connection_commands() function in Database
/dports/net-im/biboumi/biboumi-9.0/src/xmpp/
H A Dbiboumi_adhoc_commands.cpp238 auto commands = Database::get_after_connection_commands(options); in ConfigureIrcServerStep1()
/dports/net-im/biboumi/biboumi-9.0/src/irc/
H A Dirc_client.cpp982 const auto commands = Database::get_after_connection_commands(options); in on_welcome_message()