commit dfecb5c0f4eda76cbad3319a2e76244e76c566be
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Tue Feb 12 18:13:24 2019 +0100
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Tue Feb 12 18:14:18 2019 +0100

    fix typo in NOTICE messages

diff --git a/ii.c b/ii.c
index 6c87314..6d2bd36 100644
--- a/ii.c
+++ b/ii.c
@@ -645,7 +645,7 @@ proc_server_cmd(int fd, char *buf)
                                argv[TOK_NICKSRV], argv[TOK_ARG],
                                argv[TOK_TEXT] ? argv[TOK_TEXT] : "");
        } else if (!strcmp("NOTICE", argv[TOK_CMD])) {
-               snprintf(msg, sizeof(msg), "-!- \"%s\")",
+               snprintf(msg, sizeof(msg), "-!- \"%s\"",
                                argv[TOK_TEXT] ? argv[TOK_TEXT] : "");
        } else if (!strcmp("PRIVMSG", argv[TOK_CMD])) {
                snprintf(msg, sizeof(msg), "<%s> %s", argv[TOK_NICKSRV],

Reply via email to