liuhaotian / xmppsh

A shell over xmpp
6 stars 1 forks source link

Xmppsh shouldn't exit without 'exit' #4

Open liuhaotian opened 12 years ago

liuhaotian commented 12 years ago

When user run some unknown cmd, there are some chances that bash crash.

Xmppsh should detect that and issue a bash.

When internet connection error occurs, xmppsh may be able to retry instead of giving up.

liuhaotian commented 12 years ago

Fixed the bug that it would crash for nonexistent cmd.