diff options
author | Haru <haru@dotalux.com> | 2015-05-08 16:19:35 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-05-08 16:21:05 +0200 |
commit | 513059cad7510c20f44e1a19f731efbe2f28dbec (patch) | |
tree | 4f5f9e034e69b07d77af5655e8317c6a8d94819f /doc | |
parent | c292b398588764d8d2674b12142630119a06786e (diff) | |
download | hercules-513059cad7510c20f44e1a19f731efbe2f28dbec.tar.gz hercules-513059cad7510c20f44e1a19f731efbe2f28dbec.tar.bz2 hercules-513059cad7510c20f44e1a19f731efbe2f28dbec.tar.xz hercules-513059cad7510c20f44e1a19f731efbe2f28dbec.zip |
Removed deprecated command isday
- Follow-up to b1b1b1aa8edc866a83029081e93d3e7d0f138189
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 40457d8cf..3a8ec4fc0 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3973,15 +3973,6 @@ night mode or day mode: if (!isnight()) mes "I only prowl in the night."; -*isday() - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @ /!\ This command is deprecated @ - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - -This command is deprecated and it should not be used in new scripts, as it -is likely to be removed at a later time. Please consider using !isnight() -instead. - --------------------------------------- *checkre(<type>) |