summary refs log tree commit diff stats
path: root/plugins/python/python.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 13:51:50 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 13:51:50 +0100
commit348c6ba919d3dc28c669984890e5d1ac605e289b (patch)
tree8b740adc468dc3d07d5702bae35dc6d61c448916 /plugins/python/python.c
parent4c1f2b93d06f2dd776b44a83aeacc1e9aa996621 (diff)
Rebranding
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r--plugins/python/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index 32acd522..d65efec2 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -537,7 +537,7 @@ Callback_Print(char *word[], void *userdata)
 	/* Cut off the message identifier. */
 	word += 1;
 
-	/* XChat doesn't provide a word_eol for print events, so we
+	/* HexChat doesn't provide a word_eol for print events, so we
 	 * build our own here. */
 	while (word[listsize] && word[listsize][0])
 		listsize++;