mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 05:31:36 +01:00
- fix typo
This commit is contained in:
parent
91f4e1591d
commit
24363fd276
1 changed files with 1 additions and 1 deletions
|
@ -1421,7 +1421,7 @@ void sendto_message_one(aClient *to, aClient *from, char *sender,
|
|||
char *cmd, char *nick, char *msg)
|
||||
{
|
||||
sendto_prefix_one(to, from, ":%s %s %s :%s",
|
||||
CHECKPROTO(to->from, PROTO_SID) ? ID(from) : sender, cmd, nick, msg);
|
||||
CHECKPROTO(to->from, PROTO_SID) ? ID(from) : from->name, cmd, nick, msg);
|
||||
}
|
||||
|
||||
/* sidenote: sendnotice() and sendtxtnumeric() assume no client or server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue