slifty / torwolf

A game of communication, deception, and media
20 stars 1 forks source link

IrcError on Server #3

Closed slifty closed 12 years ago

slifty commented 12 years ago

Due to some miscommunication it looks like we made an IrcError class on the server. That is probably not needed since we have Error, and the association with IRC becomes inherent based on payload target.

Furthermore the error payload itself was modded to assume the first parameter was an object (e.g. an IrcError) which is not going to be the case any longer.

We need to remove IrcError and revert the Error payload.

telrikk commented 12 years ago

Done.