aboutsummaryrefslogtreecommitdiff
path: root/server_network.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--server_network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_network.c b/server_network.c
index 901554d..7f8b8a9 100644
--- a/server_network.c
+++ b/server_network.c
@@ -578,7 +578,7 @@ int privmsg_handler(struct string sender, uint64_t argc, struct string *argv) {
else
SEND(sender);
SEND(STRING(" :Unknown command: " "\x03" "04"));
- SEND(argv[1]);
+ SEND(command_argv[0]);
SEND(STRING("\n"));
return 0;
}