Added a comment about possible return values.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3692 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -743,7 +743,8 @@ public class ChatDirector extends BasicDirector
|
|||||||
* chat message. Derived classes may wish to throttle chat or restrict
|
* chat message. Derived classes may wish to throttle chat or restrict
|
||||||
* certain types in certain circumstances for whatever reason.
|
* certain types in certain circumstances for whatever reason.
|
||||||
*
|
*
|
||||||
* @return null if the chat is permitted, a translatable string
|
* @return null if the chat is permitted, SUCCESS if the chat is permitted
|
||||||
|
* and has already been dealt with, or a translatable string
|
||||||
* indicating the reason for rejection if not.
|
* indicating the reason for rejection if not.
|
||||||
*/
|
*/
|
||||||
protected String checkCanChat (
|
protected String checkCanChat (
|
||||||
|
|||||||
Reference in New Issue
Block a user