google-code-export / partychapp

Automatically exported from code.google.com/p/partychapp
1 stars 0 forks source link

/unsnooze command #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now snoozers only get "awoken" when a message is broadcast to the room:

http://www.google.com/codesearch/p?hl=en#TQvt9xcjPd0/trunk/src/com/imjasonh/part
ychapp/Channel.java&q=awak%20package:http://partychapp%5C.googlecode%5C.com&l=34
6

There should also be an /unsnooze command that wakes up the user immediately 
(and silently).

Original issue reported on code.google.com by mihai.parparita on 4 Nov 2010 at 2:43

GoogleCodeExporter commented 9 years ago
Doesn't a non-broadcasting command like /list or /help etc., accomplish this?

Original comment by jasonhall@google.com on 4 Nov 2010 at 5:55

GoogleCodeExporter commented 9 years ago
Those commands use Channel.sendDirect, and we only call awakenSnoozers in 
Channel.sendMessage.

Original comment by mihai.parparita on 4 Nov 2010 at 6:43

GoogleCodeExporter commented 9 years ago
What about a simple /snooze 1s. After 1 second you are awake...

Original comment by kaist...@googlemail.com on 13 Feb 2013 at 3:13