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/sysinfo | |
parent | 012d78b2f642b91099b581937a15b6afab0049d0 (diff) |
Some final rebranding
Diffstat (limited to 'plugins/sysinfo')
-rw-r--r-- | plugins/sysinfo/sysinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sysinfo/sysinfo.cpp b/plugins/sysinfo/sysinfo.cpp index 4057eac8..ca74bb41 100644 --- a/plugins/sysinfo/sysinfo.cpp +++ b/plugins/sysinfo/sysinfo.cpp @@ -383,7 +383,7 @@ printInfo (char *word[], char *word_eol[], void *user_data) hexchat_printf (ph, " * Uptime: %.2f Hours\n", (float) GetTickCount() / 1000 / 60 / 60); } - return HEXCHAT_EAT_XCHAT; + return HEXCHAT_EAT_HEXCHAT; } int |