diff options
Diffstat (limited to 'irc_commands.c')
| -rw-r--r-- | irc_commands.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/irc_commands.c b/irc_commands.c index d65cf720..016b6f84 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -462,7 +462,7 @@ static void irc_cmd_away( irc_t *irc, char **cmd )  		struct im_connection *ic = a->ic;  		if( ic && ic->flags & OPT_LOGGED_IN ) -			bim_set_away( ic, u->away ); +			imc_set_away( ic, u->away );  	}  } | 
