diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
commit | 45d4fa580114e7379a1140fb9944d43ffb9522ae (patch) | |
tree | b3ef37a2d374be07c365babe6ab6521c2d964be7 /plugins/doat | |
parent | a5ab455b3414226ef03869eab9e7eeb01142a916 (diff) |
Rebranding for XCHAT_EAT_*
Diffstat (limited to 'plugins/doat')
-rw-r--r-- | plugins/doat/doat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/doat/doat.c b/plugins/doat/doat.c index ab84c85e..c8fbd278 100644 --- a/plugins/doat/doat.c +++ b/plugins/doat/doat.c @@ -67,7 +67,7 @@ parse_command( char *word[], char *word_eol[], void *userdata ) { } } } - return XCHAT_EAT_XCHAT; + return HEXCHAT_EAT_XCHAT; } int |