Removed cons_good_show

This commit is contained in:
James Booth
2012-03-01 00:43:44 +00:00
parent 2acf15de0d
commit 2fd9e788a9
4 changed files with 2 additions and 9 deletions

View File

@@ -108,7 +108,7 @@ static int _cmd_connect(char *inp)
conn_status = jabber_connect(user, passwd);
if (conn_status == JABBER_CONNECTING)
cons_good_show("Connecting...");
cons_show("Connecting...");
if (conn_status == JABBER_DISCONNECTED)
cons_bad_show("Connection to server failed.");