From 507af191bd9a100656b70da66111e2af105d82ee Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 11:47:12 +0100 Subject: Now some final cleanup (I hope) --- plugins/sasl/sasl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/sasl') diff --git a/plugins/sasl/sasl.c b/plugins/sasl/sasl.c index 3a15e0f4..3c5f4f5b 100644 --- a/plugins/sasl/sasl.c +++ b/plugins/sasl/sasl.c @@ -22,7 +22,7 @@ */ /* - * SASL authentication plugin for XChat + * SASL authentication plugin for HexChat * Extremely primitive: only PLAIN, no error checking * * http://ygrek.org.ua/p/cap_sasl.html @@ -283,10 +283,10 @@ connect_cb (char *word[], void *userdata) int hexchat_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name, char **plugin_desc, char **plugin_version, char *arg) { - /* we need to save this for use with any xchat_* functions */ + /* we need to save this for use with any hexchat_* functions */ ph = plugin_handle; - /* tell xchat our info */ + /* tell HexChat our info */ *plugin_name = name; *plugin_desc = desc; *plugin_version = version; -- cgit 1.4.1