Interface update

This commit is contained in:
ZomgPonies
2014-01-20 13:45:06 -05:00
parent 6091d16262
commit babc1810ff
2 changed files with 41 additions and 1 deletions
+12
View File
@@ -43,6 +43,18 @@
src << browse(file(RULES_FILE), "window=rules;size=480x320")
#undef RULES_FILE
#define DONATE "http://80.244.78.90/phpBB3/donate.php"
/client/verb/donate()
set name = "Donate"
set desc = "Donate to help with development costs."
set hidden = 1
if(alert("This will open the changelog in your browser. Are you sure?",,"Yes","No")=="No")
return
src << link(DONATE)
return
#undef DONATE
/client/verb/hotkeys_help()
set name = "hotkeys-help"
set category = "OOC"