~vcs-imports-ii/bitlbee/trunk

« back to all changes in this revision

Viewing changes to irc_commands.c

  • Committer: Wilmer van der Gaast
  • Date: 2006-06-25 12:15:42 UTC
  • mto: (136.6.49 new-jabber)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: wilmer@gaast.net-20060625121542-b97345b6af70209f
Moving all generic files to lib/ instead of having some in / and some in
protocols/, and adding RC4 code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
static void irc_cmd_ison( irc_t *irc, char **cmd )
321
321
{
322
322
        user_t *u;
323
 
        char buff[IRC_MAX_LINE], *s;
 
323
        char buff[IRC_MAX_LINE];
324
324
        int lenleft, i;
325
325
        
326
326
        buff[0] = '\0';