summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 09af58e..9e0d2bc 100644
--- a/client.c
+++ b/client.c
@@ -26,7 +26,7 @@
 
 #include "bounce.h"
 
-static const char *Origin = "invalid";
+static const char *Origin = "irc.invalid";
 
 enum Need {
 	NeedNick = 1 << 0,
lass='logsubject'>Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe