Skip to content

Commit

Permalink
Remove obsolete function
Browse files Browse the repository at this point in the history
  • Loading branch information
mupfdev committed Dec 14, 2017
1 parent 52a67c6 commit 0ca89c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/IrcBridge/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ Event.register(Events.ON_POST_INIT, function()
end)


Event.register(Events.ON_PLAYER_SENDMESSAGE, function(player, message)
SendMessage(string.sub(message, 8))
Event.register(Events.ON_PLAYER_SENDMESSAGE, function(player, message, channel)
SendMessage(message)
end)

0 comments on commit 0ca89c1

Please sign in to comment.