summary refs log tree commit diff stats
path: root/plugins/sasl/sasl.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 11:47:12 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 11:47:12 +0100
commit507af191bd9a100656b70da66111e2af105d82ee (patch)
tree8c7c87b06471746ad5282d962bd51ab0cec996b9 /plugins/sasl/sasl.c
parenta51a69134b8bdc94cfb4dcc1403e33cce24d34bc (diff)
Now some final cleanup (I hope)
Diffstat (limited to 'plugins/sasl/sasl.c')
-rw-r--r--plugins/sasl/sasl.c6
1 files changed, 3 insertions, 3 deletions
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;