Home
last modified time | relevance | path

Searched refs:sendto_chanops_butone (Results 1 – 9 of 9) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_part.c218 sendto_chanops_butone(NULL, in CMD_FUNC()
228 sendto_chanops_butone(NULL, in CMD_FUNC()
H A Dm_kick.c313 sendto_chanops_butone(who, chptr, ":%s!%s@%s KICK %s %s :%s", in CMD_FUNC()
317 sendto_chanops_butone(who, chptr, ":%s KICK %s %s :%s", in CMD_FUNC()
H A Dm_join.c364 sendto_chanops_butone(NULL, chptr, ":%s!%s@%s JOIN :%s", in _join_channel()
H A Dm_sjoin.c505 sendto_chanops_butone(NULL, chptr, ":%s!%s@%s JOIN :%s", in CMD_FUNC()
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dproto.h40 void sendto_chanops_butone(aClient *one, aChannel *chptr, char *pattern, ...) __attribute__((format…
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dchannel.c1588sendto_chanops_butone(sptr, chptr, ":%s!%s@%s PART %s :%s", sptr->name, sptr->user->username, GetH… in rejoin_doparts()
1619sendto_chanops_butone(sptr, chptr, ":%s!%s@%s JOIN :%s", sptr->name, sptr->user->username, GetHost… in rejoin_dojoinandmode()
H A Ds_misc.c1161sendto_chanops_butone(cptr, chptr, ":%s KICK %s %s :%s", me.name, chptr->chname, cptr->name, comme… in kick_insecure_users()
H A Dsend.c636 void sendto_chanops_butone(aClient *one, aChannel *chptr, char *pattern, ...) in sendto_chanops_butone() function
/dports/irc/unreal/Unreal3.2.10.7/
H A DChanges.older3800 - Added sendto_chanops_butone because of codemastr's laziness