Skip to content
Snippets Groups Projects
Commit 4d291903 authored by Steve Soltys's avatar Steve Soltys
Browse files

Fix sanitize method call in safe_action

parent e860fc72
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ module Cinch
# @return (see #action)
# @see #action
def safe_action(text)
action(Cinch::Helpers.Sanitize(text))
action(Cinch::Helpers.sanitize(text))
end
# Send a CTCP to the target.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment