Fixes the wiki button

This commit is contained in:
Pirmais
2017-08-15 12:20:21 +03:00
parent 3b416df5fa
commit 6ac3ac4376
+2 -2
View File
@@ -1,7 +1,7 @@
//Please use mob or src (not usr) in these procs. This way they can be called in the same fashion as procs.
/client/verb/wiki(query as text | null)
/client/verb/wiki(query as text)
set name = "wiki"
set desc = "Type what you want to know about. This will open the wiki on your web browser. Type nothing to go to the main page."
set desc = "Type what you want to know about. This will open the wiki in your web browser. Type nothing to go to the main page."
set hidden = 1
if(config.wikiurl)
if(query)