Created
September 1, 2010 18:53
-
-
Save 3rd-Eden/561153 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// check if the client has been assigned to a channel yet, if this is not the case make it happen :D | |
// this allow us to broadcast messages to appropiate connections | |
if( !client.channel ){ | |
client.channel = resp.domain + ":" + resp.channel + resp.account; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment