Skip to content
Snippets Groups Projects
Commit 70e9a882 authored by Dominik Honnef's avatar Dominik Honnef
Browse files

isupport: STATUSMSG defaults to an empty list

parent 66908129
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ module Cinch
self["MAXTARGETS"] = 1
self["MAXCHANNELS"] = Float::INFINITY # deprecated
self["CHANLIMIT"] = {"#" => Float::INFINITY}
self["STATUSMSG"] = ["@", "+"]
self["STATUSMSG"] = []
self["CASEMAPPING"] = :rfc1459
self["ELIST"] = []
self["MONITOR"] = 0
......
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