aboutsummaryrefslogtreecommitdiffstats
path: root/irc_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-05-23 09:45:14 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-05-23 09:45:14 +0200
commit226fce105c1189bde1aa321b494494d49b463e90 (patch)
treec0064ebc75d0b100d91ac53a8bfcc6f503dcbafa /irc_commands.c
parent73cf7fd5f066d3c0720f58af840affa3e61bad12 (diff)
Some changes for im_api. (bim_* functions)
Diffstat (limited to 'irc_commands.c')
-rw-r--r--irc_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc_commands.c b/irc_commands.c
index 01b01dfb..6447835d 100644
--- a/irc_commands.c
+++ b/irc_commands.c
@@ -447,7 +447,7 @@ static void irc_cmd_away( irc_t *irc, char **cmd )
struct gaim_connection *gc = a->gc;
if( gc && gc->flags & OPT_LOGGED_IN )
- proto_away( gc, u->away );
+ bim_set_away( gc, u->away );
}
}