aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
diff options
context:
space:
mode:
Diffstat (limited to 'otr.c')
-rw-r--r--otr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/otr.c b/otr.c
index 8d6f9839..dd3fc13e 100644
--- a/otr.c
+++ b/otr.c
@@ -768,6 +768,7 @@ void cmd_otr_info(irc_t *irc, char **args)
/* interpret arg as 'user/protocol/account' if possible */
protocol = strchr(arg, '/');
+ myhandle = NULL;
if(protocol) {
*(protocol++) = '\0';
myhandle = strchr(protocol, '/');