prashker / PrashFour

Web Based IRC Client + Bouncer Functionality
0 stars 0 forks source link

Closing server while logged in brings you to non-logged in MainView #83

Open prashker opened 11 years ago

prashker commented 11 years ago

As the title says, if you click the "X" that calls disconnectServer, it broadcasts reset{} which does not clal any methods checking to see if you've previously logged in, nor does it re-login for you.

prashker commented 11 years ago

A fix would be to do the session check AGAIN inside "reset", the acknowledgement of a re-login via sessions will allow this to work