diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-10 22:54:28 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-10 22:54:28 +0100 |
commit | 5bf5edfde81640c1d918a2a1a1bd8bcd450805e1 (patch) | |
tree | 2d23012f3bb568b426375a1120f937c7b45baf44 /root_commands.c | |
parent | 5d6204020ac3439388666df54600ad65a384046b (diff) |
log out all accounts when going into keygen
Diffstat (limited to 'root_commands.c')
-rw-r--r-- | root_commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root_commands.c b/root_commands.c index 61bb5da9..7352b638 100644 --- a/root_commands.c +++ b/root_commands.c @@ -135,7 +135,7 @@ static void cmd_help( irc_t *irc, char **cmd ) } } -static void cmd_account( irc_t *irc, char **cmd ); +void cmd_account( irc_t *irc, char **cmd ); static void cmd_identify( irc_t *irc, char **cmd ) { @@ -212,7 +212,7 @@ static void cmd_drop( irc_t *irc, char **cmd ) } } -static void cmd_account( irc_t *irc, char **cmd ) +void cmd_account( irc_t *irc, char **cmd ) { account_t *a; |