Skip to content

Commit 7bcdf07

Browse files
committed
fix ':m' error message
1 parent c199912 commit 7bcdf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kirc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ main(int argc, char **argv)
232232
snprintf(usrin, CMAX, "quit");
233233
break;
234234
case 'm':
235-
snprintf(usrin, CMAX, "privmsg %s %s", chan, cmd_val);
235+
snprintf(usrin, CMAX, "privmsg #%s %s", chan, cmd_val);
236236
break;
237237
}
238238
}

0 commit comments

Comments
 (0)