Home
last modified time | relevance | path

Searched refs:irc_rootmsg (Results 1 – 13 of 13) sorted by relevance

/dports/irc/bitlbee/bitlbee-3.6/
H A Droot_commands.c97 irc_rootmsg(irc, "%s", s); in cmd_help()
131 irc_rootmsg(irc, in cmd_identify()
443 irc_rootmsg(irc, "%s", msg); in cmd_account()
614 irc_rootmsg(irc, in cmd_account()
679 irc_rootmsg(irc, in cmd_channel()
1243 irc_rootmsg(irc, " "); in cmd_plugins()
1397 irc_rootmsg(irc, in cmd_chat()
1498 irc_rootmsg(irc, in cmd_group()
1503 irc_rootmsg(irc, in cmd_group()
1537 irc_rootmsg(irc, in cmd_transfer()
[all …]
H A Dotr.c374 irc_rootmsg(irc, "Notice: " in otr_load()
1171 irc_rootmsg(irc, "no such context"); in cmd_otr_info()
1196 irc_rootmsg(irc, "%s:", args[1]); in cmd_otr_info()
1415 irc_rootmsg(irc, "[otr] %s", msg); in display_otr_message()
1639 irc_rootmsg(irc, " (none)"); in show_fingerprints()
1810 irc_rootmsg(irc, " %s", human); in show_general_otr_info()
1820 irc_rootmsg(irc, " (queued)"); in show_general_otr_info()
1825 irc_rootmsg(irc, " (none)"); in show_general_otr_info()
1830 irc_rootmsg(irc, "%s", ""); in show_general_otr_info()
1870 irc_rootmsg(irc, " (none)"); in show_general_otr_info()
[all …]
H A Dquery.c147 irc_rootmsg(irc, "Accepted: %s", q->question); in query_answer()
156 irc_rootmsg(irc, "Rejected: %s", q->question); in query_answer()
178 irc_rootmsg(irc, in query_display()
H A Dirc.c393 irc_rootmsg(irc, "Error: Charset mismatch detected. The charset " in irc_process()
774 irc_rootmsg(irc, in irc_check_login()
913 irc_rootmsg(irc, "Unsupported character set: The IRC protocol " in set_eval_charset()
945 irc_rootmsg(irc, "Setting `%s' is obsolete, use the `show_users' " in set_eval_bw_compat()
977 irc_rootmsg(irc, "You need to reconnect to BitlBee for this " in set_eval_utf8_nicks()
H A Dstorage_xml.c132 irc_rootmsg(xd->irc, "Warning: Protocol not found: `%s'", protocol); in handle_account()
253 irc_rootmsg(irc, "Error loading user config: %s", g_strerror(errno)); in xml_load_real()
479 irc_rootmsg(irc, "Write error: %s", g_strerror(errno)); in xml_save()
H A Dnick.c261 irc_rootmsg(irc, "Warning: Something went wrong while trying " in nick_dedupe()
264 irc_rootmsg(irc, "This might be a bug in BitlBee, or the result " in nick_dedupe()
H A Dipc.c355 irc_rootmsg(irc, "You've successfully taken over your old session"); in ipc_child_cmd_takeover()
367 irc_rootmsg(irc, "Could not take over old session"); in ipc_child_cmd_takeover()
403 irc_rootmsg(irc, "Trying to take over existing session"); in ipc_child_cmd_takeover_yes()
H A Dirc_commands.c252 irc_rootmsg(irc, "Changing nicks resets your identify status. " in irc_cmd_nick()
571 irc_rootmsg(irc, "Password added to IM account " in irc_cmd_oper_hack()
H A Dirc.h334 void irc_rootmsg(irc_t *irc, char *format, ...) G_GNUC_PRINTF(2, 3);
H A Dirc_im.c1051 irc_rootmsg(ic->irc, "Named chatrooms not supported on that account."); in set_eval_room_account()
1146 irc_rootmsg(irc, "%s - %s", tag, msg); in bee_irc_log()
H A Dirc_send.c159 void irc_rootmsg(irc_t *irc, char *format, ...) in irc_rootmsg() function
/dports/irc/bitlbee-facebook/bitlbee-facebook-1.2.2/facebook/
H A Dfacebook.c1079 irc_rootmsg(irc, "There are no active Facebook accounts!"); in fb_cmd_account()
1088 irc_rootmsg(irc, "More than one Facebook account, specify one."); in fb_cmd_account()
1097 irc_rootmsg(irc, "Unknown account: %s", args[1]); in fb_cmd_account()
1102 irc_rootmsg(irc, "Account not online: %s", acct->tag); in fb_cmd_account()
1107 irc_rootmsg(irc, "Unknown Facebook account: %s", acct->tag); in fb_cmd_account()
1122 irc_rootmsg(irc, "Not enough parameters given (need %u).", required); in fb_cmd_account()
1183 irc_rootmsg(irc, "No valid users specified"); in fb_cmd_fbcreate()
1220 irc_rootmsg(irc, "Invalid index: %u", i); in fb_cmd_fbjoin()
1230 irc_rootmsg(irc, "Joining channel %s", chan); in fb_cmd_fbjoin()
/dports/irc/bitlbee/bitlbee-3.6/protocols/
H A Daccount.c159 irc_rootmsg((irc_t *) acc->bee->ui_data, "You may now use /OPER to set the password"); in set_eval_account()