mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
clarifying comment
This commit is contained in:
parent
24154ced0d
commit
eb3a44a713
1 changed files with 4 additions and 1 deletions
|
|
@ -160,7 +160,10 @@ static char *split_nicks(const char *cmd, char **pre, char **nicks, char **post,
|
||||||
*pre = g_strdup(cmd);
|
*pre = g_strdup(cmd);
|
||||||
*post = *nicks = NULL;
|
*post = *nicks = NULL;
|
||||||
|
|
||||||
if (**pre == '@') { /* message-tags */
|
if (**pre == '@') {
|
||||||
|
/* the message-tags "add" one space separated argument
|
||||||
|
in front of the non message-tagged IRC commands. So
|
||||||
|
the nicks are now off-set by one to the right. */
|
||||||
arg++;
|
arg++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue