Changeset f3597a1 for root_commands.c


Ignore:
Timestamp:
2008-02-14T21:01:21Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
6c91e6e
Parents:
ef93a2f
Message:

revert keygen behaviour to old (lax) behavior

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    ref93a2f rf3597a1  
    136136}
    137137
    138 void cmd_account( irc_t *irc, char **cmd );
     138static void cmd_account( irc_t *irc, char **cmd );
    139139
    140140static void cmd_identify( irc_t *irc, char **cmd )
     
    213213}
    214214
    215 void cmd_account( irc_t *irc, char **cmd )
     215static void cmd_account( irc_t *irc, char **cmd )
    216216{
    217217        account_t *a;
Note: See TracChangeset for help on using the changeset viewer.