diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 10:42:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 10:42:37 +0100 |
commit | 82936df2af3993c2e234042c450e0e9630b045d4 (patch) | |
tree | 415376331719c2502016c1db33b0f8bdf0363866 /plugins/doat | |
parent | 012d78b2f642b91099b581937a15b6afab0049d0 (diff) |
Some final rebranding
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 e62f7d75..194be1a3 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 HEXCHAT_EAT_XCHAT; + return HEXCHAT_EAT_HEXCHAT; } int |