| | |
| | |
|
| | | forbitHour = gmCmdDict.get("forbitHour", '')
|
| | | forbitMinute = gmCmdDict.get("forbitMinute", '')
|
| | | forbidDevice = gmCmdDict.get("forbidDevice", '')
|
| | |
|
| | | if not forbitHour or not forbitHour.isdigit() or not forbitMinute or not forbitMinute.isdigit():
|
| | | GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_ParamErr)
|
| | |
| | | # ֪ͨmap
|
| | | if playerFind != "":
|
| | | GMCommon.GMTool_MapServer_Query(queryType, orderId, playerFind,
|
| | | gmCmdDict, 'GMTForbidTalk', [forbitTotalMinute])
|
| | | gmCmdDict, 'GMTForbidTalk', [forbitTotalMinute, forbidDevice])
|
| | |
|
| | | return
|
| | |
|