File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 10
10
purpose =" Checks for a new version of MUSHclient"
11
11
date_written =" 2010-11-13 16:45:58"
12
12
requires =" 4.60"
13
- version =" 1.4 "
13
+ version =" 1.5 "
14
14
>
15
15
<description trim =" y" >
16
16
<![CDATA[
@@ -163,6 +163,14 @@ function do_version_check ()
163
163
require "getlines"
164
164
require "movewindow"
165
165
166
+ if package.loaders [3] == nil or package.loadlib == nil then
167
+ ColourNote ("orange", "", GetPluginName () .. " cannot do version check.")
168
+ ColourNote ("orange", "", "You need to allow DLLs to be loaded.")
169
+ ColourNote ("orange", "", "You also need to trust this plugin.")
170
+ ColourNote ("orange", "", "See File Menu -> Global Preferences -> Lua")
171
+ return
172
+ end -- if
173
+
166
174
local http = require "socket.http"
167
175
168
176
SetStatus "Checking for latest MUSHclient version ..."
You can’t perform that action at this time.
0 commit comments