aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-08 02:02:12 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-08 02:02:12 +0100
commita87754b68bb1eb07397d71a93ffcb0f3fc089266 (patch)
treed7ffb3b17f7c994dc7003b75d4888680be820949 /irc.h
parente4816eab28eff86f2303261f8ae292acd84212dd (diff)
Restored support for outgoing messages. This code is all so much saner now..
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index cb34423b..34533728 100644
--- a/irc.h
+++ b/irc.h
@@ -151,7 +151,7 @@ typedef struct irc_channel
struct irc_channel_funcs
{
- gboolean (*privmsg)( irc_channel_t *iu, const char *msg );
+ gboolean (*privmsg)( irc_channel_t *ic, const char *msg );
};
typedef enum