mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
no message
This commit is contained in:
parent
30c0be0020
commit
b4b566f1bf
15 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@ namespace Horse_Isle_Server
|
|||
{
|
||||
class Chat
|
||||
{
|
||||
public static bool isCommand(User user, string message)
|
||||
private static bool isCommand(User user, string message)
|
||||
{
|
||||
if (message.Length < 1)
|
||||
return false;
|
||||
|
@ -18,9 +18,10 @@ namespace Horse_Isle_Server
|
|||
return true;
|
||||
if (message[0] == '!')
|
||||
return true;
|
||||
return false;
|
||||
|
||||
}
|
||||
public static bool isAppropriate(string message)
|
||||
private static bool isAppropriate(string message)
|
||||
{
|
||||
if (!ConfigReader.BadWords)
|
||||
return true;
|
||||
|
|
BIN
WebInterface/game-site/mod/balloonpop.swf
Normal file
BIN
WebInterface/game-site/mod/balloonpop.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/cookiecutter.swf
Normal file
BIN
WebInterface/game-site/mod/cookiecutter.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/drawingroom.swf
Normal file
BIN
WebInterface/game-site/mod/drawingroom.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/dressupsnowman.swf
Normal file
BIN
WebInterface/game-site/mod/dressupsnowman.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/gazebo.swf
Normal file
BIN
WebInterface/game-site/mod/gazebo.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/generalstore.swf
Normal file
BIN
WebInterface/game-site/mod/generalstore.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/icesculpture.swf
Normal file
BIN
WebInterface/game-site/mod/icesculpture.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/pitchfork.swf
Normal file
BIN
WebInterface/game-site/mod/pitchfork.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/rainboku.swf
Normal file
BIN
WebInterface/game-site/mod/rainboku.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/santahouse.swf
Normal file
BIN
WebInterface/game-site/mod/santahouse.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/seahorse.swf
Normal file
BIN
WebInterface/game-site/mod/seahorse.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/sleighride.swf
Normal file
BIN
WebInterface/game-site/mod/sleighride.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/snowcave.swf
Normal file
BIN
WebInterface/game-site/mod/snowcave.swf
Normal file
Binary file not shown.
BIN
WebInterface/game-site/mod/volehole.swf
Normal file
BIN
WebInterface/game-site/mod/volehole.swf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue