blob: f4b513b198fe4422ec9e37634f3c32a78541b248 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur -x '.hg*' a/irchelper/irchelper.c b/irchelper/irchelper.c
--- a/irchelper/irchelper.c 2018-07-28 12:09:23.714988017 +0100
+++ b/irchelper/irchelper.c 2018-08-07 19:29:44.194109009 +0100
@@ -719,7 +719,7 @@
nickserv_do_identify(authentication, connection->proto_data, connection, nickpassword);
}
else
- nickserv_identify(connection->proto_data, connection, nickpassword);
+ nickserv_msg_identify("identify", connection->proto_data, connection, nickpassword);
g_strfreev(userparts);
}
|