Update NoteExtender.xml

master
AardCrowley 2 years ago committed by GitHub
parent 2d7304af76
commit 8c9b6e58fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,6 +64,10 @@ if f == nil then
else else
require "wrapped_captures" require "wrapped_captures"
f:close() f:close()
if type(Capture.untagged_output) == nil then
ColourNote("white", "blue", "Sorry, you do not have 'wrapped_captures.lua' and will not be able to use this script. Please update your snapshot of the AardMUSH package to use this plugin. Unloading plugin to prevent issues.")
Execute(prefix .. 'DoAfterSpecial(1, "UnloadPlugin(\'' .. GetPluginID() .. '\')", sendto.script)')
end
end end
require 'themed_miniwindows' require 'themed_miniwindows'

Loading…
Cancel
Save