From: Ari Johnson Date: Mon, 29 Sep 2008 15:56:16 +0000 (+0000) Subject: Slight formatting changes X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=10295a5dd6e178f60b56b521f6075d364408555e;p=cobramush.git Slight formatting changes --- diff --git a/src/speech.c b/src/speech.c index d36594a..aff98b8 100644 --- a/src/speech.c +++ b/src/speech.c @@ -152,7 +152,7 @@ do_say(dbref player, const char *tbuf1) if (!GoodObject(loc)) return; - if(!CanSpeak(player,loc)) { + if (!CanSpeak(player,loc)) { notify(player, T("You may not speak here!")); return; } @@ -540,7 +540,7 @@ do_pose(dbref player, const char *tbuf1, int space) if (!GoodObject(loc)) return; - if(!CanSpeak(player,loc)) { + if (!CanSpeak(player,loc)) { notify(player, T("You may not speak here!")); return; } @@ -1175,7 +1175,7 @@ do_emit(dbref player, const char *tbuf1, int flags) if (!GoodObject(loc)) return; - if(!CanSpeak(player,loc)) { + if (!CanSpeak(player,loc)) { notify(player, T("You may not speak here!")); return; }