From 1b41af31351ed0dd4bcdceda5efbbae3e38c3fca Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 25 Oct 2019 18:24:47 -0400 Subject: Send PRIVMSG and NOTICE to other clients --- bounce.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 3307bac..e6efe10 100644 --- a/bounce.h +++ b/bounce.h @@ -87,3 +87,4 @@ void clientConsume(struct Client *client); bool stateReady(void); void stateParse(char *line); void stateSync(struct Client *client); +const char *stateSelf(void); -- cgit 1.4.1