Home
last modified time | relevance | path

Searched refs:sendto_snomask (Results 1 – 24 of 24) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_vhost.c114 sendto_snomask(SNO_VHOST, in m_vhost()
131 sendto_snomask(SNO_VHOST, in m_vhost()
204 sendto_snomask(SNO_VHOST, in m_vhost()
217 sendto_snomask(SNO_VHOST, in m_vhost()
H A Dm_tkl.c229 sendto_snomask(SNO_EYES, "Stats \'g\' requested by %s (%s@%s)", in m_gline()
255 sendto_snomask(SNO_EYES, "Stats \'g\' requested by %s (%s@%s)", in m_gzline()
343 sendto_snomask(SNO_TKL, "%s", buf); in m_tempshun()
355 sendto_snomask(SNO_TKL, "%s", buf); in m_tempshun()
1163 sendto_snomask(SNO_TKL, in _tkl_expire()
1174 sendto_snomask(SNO_TKL, in _tkl_expire()
1477 sendto_snomask(SNO_SPAMF, "%s", buf); in spamfilter_check_users()
2125 sendto_snomask(SNO_TKL, "*** %s", buf); in _m_tkl()
2158 sendto_snomask(SNO_TKL, "*** %s", buf); in _m_tkl()
2305 sendto_snomask(SNO_TKL, in _m_tkl()
[all …]
H A Dm_kick.c189 sendto_snomask(SNO_EYES, in CMD_FUNC()
210 sendto_snomask(SNO_EYES, in CMD_FUNC()
231 sendto_snomask(SNO_EYES, in CMD_FUNC()
H A Dm_nick.c280 sendto_snomask(SNO_QLINE, "Q:lined nick %s from %s on %s", nick, in CMD_FUNC()
288 sendto_snomask(SNO_QLINE, "Q:lined nick %s from %s on %s", nick, in CMD_FUNC()
307 sendto_snomask(SNO_QLINE, "Forbidding Q-lined nick %s from %s.", in CMD_FUNC()
659 sendto_snomask(SNO_NICKCHANGE, "*** Notice -- %s (%s@%s) has changed his/her nickname to %s", in CMD_FUNC()
665 sendto_snomask(SNO_FNICKCHANGE, "*** Notice -- %s (%s@%s) has changed his/her nickname to %s", in CMD_FUNC()
874 sendto_snomask(SNO_CLIENT, in _register_user()
H A Dm_mkpasswd.c106 sendto_snomask(SNO_EYES, "*** /mkpasswd used by %s (%s@%s)", in m_mkpasswd()
H A Dm_svsnick.c133 sendto_snomask(SNO_NICKCHANGE, in m_svsnick()
H A Dm_topic.c85 sendto_snomask(SNO_EYES, in topicoverride()
133 sendto_snomask in CMD_FUNC()
H A Dm_chgname.c168 sendto_snomask(SNO_EYES, in m_chgname()
H A Dm_chgident.c198 sendto_snomask(SNO_EYES, in m_chgident()
H A Dm_chghost.c193 sendto_snomask(SNO_EYES, in m_chghost()
H A Dm_protoctl.c377 sendto_snomask in CMD_FUNC()
H A Dm_oper.c327 sendto_snomask(SNO_OPER, "%s (%s@%s) is now a local operator (o)", in m_oper()
H A Dm_mode.c318 sendto_snomask(SNO_EYES, in CMD_FUNC()
531 sendto_snomask(SNO_EYES, in _do_mode()
2106 sendto_snomask(SNO_EYES, "*** OperOverride -- %s (%s@%s) MODE %s %s %s", in _set_mode()
H A Dm_join.c656 sendto_snomask(SNO_EYES, "*** %s tried to join forbidden channel %s", in CMD_FUNC()
H A Dm_sjoin.c449 sendto_snomask in CMD_FUNC()
H A Dm_stats.c472 sendto_snomask(SNO_EYES, "Stats \'%c\' requested by %s (%s@%s)", in CMD_FUNC()
475 sendto_snomask(SNO_JUNK, "Stats \'%c\' requested by %s (%s@%s) [ulined]", in CMD_FUNC()
H A Dm_server.c364 sendto_snomask in CMD_FUNC()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dssl.c342 sendto_snomask(SNO_JUNK, "Lost connection to %s:Error in SSL", \
671 sendto_snomask(SNO_JUNK, "Exiting ssl client %s: %s: %s", in fatal_ssl_error()
H A Dparse.c207 sendto_snomask(SNO_FLOOD, "Flood from unknown connection %s detected", in parse()
H A Ds_bsd.c372 sendto_snomask(SNO_JUNK, text, host, xbuf); in report_error()
375 sendto_snomask(SNO_JUNK, text, host, STRERROR(errtmp)); in report_error()
871 sendto_snomask(SNO_JUNK, "IP# Mismatch: %s != %s[%08lx]", in check_client()
1577 sendto_snomask(SNO_FLOOD, in read_packet()
H A Dsend.c1522 void sendto_snomask(int snomask, char *pattern, ...) in sendto_snomask() function
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dh.h327 extern void sendto_snomask(int snomask, char *pattern, ...) __attribute__((format(printf,2,3)));
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.old499 - Speedup sendto_snomask/sendto_connectnotice/sendto_fconnectnotice code.
502 - Module coders: sendto_snomask* now only sends to opers, sendto_snomask_normal* can be used
H A DChanges.older982 - SMO recoded but wierd because sendto_umode and sendto_snomask are wierd