Skip to content

Commit

Permalink
Forward spells to default channel
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Jan 12, 2016
1 parent c8868ba commit f7977df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/014-events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,9 @@ do
end)
end, true)--]]
end
-- Spell, forward to default channel
elseif xeno.getSelfSpellRequirementsMet(message:lower()) then
xeno.selfSay(message)
-- Not command, handle as usual
else
checkEvents(EVENT_COMMAND, message)
Expand Down

0 comments on commit f7977df

Please sign in to comment.