CraftIRC / 3

CraftIRC3
19 stars 35 forks source link

Fix mode parsing on inspircd 3 #69

Open ItsOnlyBinary opened 5 years ago

ItsOnlyBinary commented 5 years ago

inspircd3 sends modes as:

:Nick!user@host.example.com MODE #channel +o :TargetNick

this pr removes the : before TargetNick if present