Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
geektophe committed Oct 16, 2013
1 parent f96506e commit b454b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/im.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function mcabber_event_hook(kind, direction, jid, msg)
return
end

if jid == "[email protected]" and string.match(mesg, "^PROBLEM:") then
if jid == "[email protected]" and string.match(msg, "^PROBLEM:") then
preset = naughty.config.presets.critical
else
preset = naughty.config.presets.normal
Expand Down

0 comments on commit b454b79

Please sign in to comment.