~snaggen/irssi-xmpp/before-rewrite-with-strip-codes

« back to all changes in this revision

Viewing changes to src/core/xmpp-commands.c

  • Committer: errtu
  • Date: 2008-04-03 11:08:19 UTC
  • Revision ID: vcs-imports@canonical.com-20080403110819-4zm49qoe8mnl6wzy
little fix for /WHOIS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: xmpp-commands.c,v 1.40 2008/04/03 10:41:42 errtu Exp $
 
2
 * $Id: xmpp-commands.c,v 1.41 2008/04/03 11:08:19 errtu Exp $
3
3
 *
4
4
 * Copyright (C) 2007 Colin DIDIER
5
5
 *
615
615
 
616
616
        CMD_XMPP_SERVER(server);
617
617
 
618
 
        if (!cmd_get_params(data, &free_arg, 1, &jid))
 
618
        if (!cmd_get_params(data, &free_arg, 1, &dest))
619
619
                return;
620
620
 
621
621
        if (*dest == '\0')