Home
last modified time | relevance | path

Searched refs:sendto_ops (Results 1 – 25 of 25) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_svsmotd.c116 sendto_ops("Added '%s' to services motd", parv[2]); in m_svsmotd()
122 sendto_ops("Wiped out services motd data"); in m_svsmotd()
147 sendto_ops("Added '%s' to services motd", parv[2]); in m_svsmotd()
H A Dm_tsctl.c150 sendto_ops in m_tsctl()
162 sendto_ops in m_tsctl()
207 sendto_ops in m_tsctl()
H A Dm_htm.c204 sendto_ops in m_htm()
228 sendto_ops in m_htm()
252 sendto_ops in m_htm()
265 sendto_ops("%s (%s@%s) set High traffic mode to QUIET", in m_htm()
276 sendto_ops("%s (%s@%s) set High traffic mode to NOISY", in m_htm()
H A Dm_svsnoop.c99 sendto_ops("This server has been placed in NOOP mode"); in m_svsnoop()
127 sendto_ops("This server is no longer in NOOP mode"); in m_svsnoop()
H A Dm_user.c115 sendto_ops("bad USER param count for %s from %s", in CMD_FUNC()
160 sendto_ops("WARNING, User %s introduced as being " in CMD_FUNC()
H A Dm_dccdeny.c115 sendto_ops("%s added a temp dccdeny for %s (%s)", parv[0], in CMD_FUNC()
H A Dm_undccdeny.c115 sendto_ops("%s removed a temp dccdeny for %s", parv[0], in CMD_FUNC()
H A Dm_sdesc.c137 sendto_ops("Server description for %s is now '%s' changed by %s", in m_sdesc()
H A Dm_lusers.c122 sendto_ops("Maximum connections: %d (%d clients)", in CMD_FUNC()
H A Dm_squit.c204 sendto_ops in CMD_FUNC()
H A Dm_sjoin.c269 sendto_ops in CMD_FUNC()
946 sendto_ops("Got null parv in SJ3 code"); in CMD_FUNC()
H A Dm_nick.c1114 sendto_ops in _register_user()
1125 sendto_ops("Bad User [%s] :%s USER %s %s, != %s[%s]", in _register_user()
H A Dm_server.c519 sendto_ops("Refused connection from %s.", in CMD_FUNC()
H A Dm_tkl.c1133 sendto_ops in _tkl_expire()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_serv.c563 sendto_ops("ERROR :from %s via %s -- %s", sptr->name, in CMD_FUNC()
586 sendto_ops("Unable to write tunefile.. %s", strerror(errno)); in EVENT()
588 sendto_ops("Unable to write tunefile.."); in EVENT()
703 sendto_ops in CMD_FUNC()
789 sendto_ops in CMD_FUNC()
801 sendto_ops in CMD_FUNC()
814 sendto_ops in CMD_FUNC()
836 sendto_ops("%s is rehashing server config file", parv[0]); in CMD_FUNC()
904 sendto_ops("Server is Restarting by request of %s", parv[0]); in CMD_FUNC()
1253 sendto_ops("Server Terminating by request of %s", parv[0]); in CMD_FUNC()
H A Dsocket.c81 sendto_ops in deliver_it()
H A Ds_auth.c93 sendto_ops("Can't allocate fd, too many connections."); in start_auth()
H A Dhash.c677 sendto_ops("WATCH debug error: del_from_watch_hash_table " in del_from_watch_hash_table()
727 sendto_ops("WATCH Debug error: hash_del_watch_list " in hash_del_watch_list()
H A Ds_misc.c666 sendto_ops("WARNING, srvptr!=sptr but " in exit_client()
707 sendto_ops("ERROR: tried to exit me! : %s", comment); in exit_one_client()
H A Dparse.c599 sendto_ops("Killing %s (%s)", sender, backupbuf); in remove_unknown()
H A Ds_bsd.c469 sendto_ops("No more connections allowed (%s)", cptr->name); in inetport()
919 sendto_ops("Lost configuration for %s", get_client_name(cptr, FALSE)); in completed_connection()
1425 sendto_ops("ERROR: !acptr->listener->class"); in add_connection()
H A Dsend.c320 sendto_ops("%s", tmp_msg); /* recursion? */ in sendbufto_one()
330 sendto_ops("Max SendQ limit exceeded for %s: %u > %d", in sendbufto_one()
1419 void sendto_ops(char *pattern, ...) in sendto_ops() function
H A Ds_conf.c1954 sendto_ops("pidfile is being rewritten to %s, please delete %s", in init_conf()
9926 sendto_ops("Got signal SIGHUP, reloading %s file", configfile); in rehash_internal()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dh.h318 extern void sendto_ops(char *, ...) __attribute__((format(printf,1,2)));
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.older1098 - Problem with sendto_ops and !aClient->user fix
4125 - /close sendto_ops() now
4540 Now sends to UMODE_KILLS on all kills - b4 it was sendto_ops !! :P
4608 * Removed the sendto_ops("*** Set<name>") stuff in the set family..