forked from cory/tildefriends
		
	Adding multiplayer markdeep.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3291 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		| @@ -98,6 +98,12 @@ class IrcService { | ||||
| 				let person = prefix.split('!')[0]; | ||||
| 				let conversation = parts[1]; | ||||
| 				this._service.notifyPresenceChanged(conversation, person, "unavailable"); | ||||
| 			} else if (parts[0] == "QUIT") { | ||||
| 				let person = prefix.split('!')[0]; | ||||
| 				let conversations = this._service.getConversations(); | ||||
| 				for (let i in conversations) { | ||||
| 					this._service.notifyPresenceChanged(conversations[i], person, "unavailable"); | ||||
| 				} | ||||
| 			} else if (parts[0] == "353") { // RPL_NAMREPLY | ||||
| 				if (!this._nameReplies[parts[3]]) { | ||||
| 					this._nameReplies[parts[3]] = []; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user