diff options
author | June McEnroe <june@causal.agency> | 2019-10-25 18:24:47 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-25 18:24:47 -0400 |
commit | 1b41af31351ed0dd4bcdceda5efbbae3e38c3fca (patch) | |
tree | 50765e0e28cf0675757ba38ac91b658137b043a6 /bounce.h | |
parent | Clean up event loop (diff) | |
download | pounce-1b41af31351ed0dd4bcdceda5efbbae3e38c3fca.tar.gz pounce-1b41af31351ed0dd4bcdceda5efbbae3e38c3fca.zip |
Send PRIVMSG and NOTICE to other clients
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |