ItsOnlyBinary
ItsOnlyBinary
I changed the colour codes to better match the mirc colours, which seem to be the standard for irc
Colour changes removed via rebase + forcepush
This needs revisiting, its been reported that its not possible to set multiple formats at the same time (eg Bold & italic)
* Consider using irc:// URLs instead of host/port attrs seems this is just more parsing and no added benefit, currently all the needed data can be obtained using the same...
Upon revising this also look into kick visibility, maybe it should use error styling?
That event is not needed after its been synced, and sync is started when the details change. its only there to catch the people who click connect before the debounce...
For this issue [createBanMask()](https://github.com/kiwiirc/kiwiirc/blob/master/src/components/UserBox.vue#L340) needs moving to [UserState.js](https://github.com/kiwiirc/kiwiirc/blob/master/src/libs/state/UserState.js), refactored to work and renamed to `getBanMask()` In [aliases](https://github.com/kiwiirc/kiwiirc/blob/master/src/res/configTemplates.js#L140) ban and unban commands need removing and recreating in [InputHandler.js](https://github.com/kiwiirc/kiwiirc/blob/master/src/libs/InputHandler.js) to use the...
I assume all channel where we are half-op or higher in. also can i add it to this commit https://github.com/kiwiirc/kiwiirc/pull/973 (note it has breaking changes for anyone using ControlInput props)...
seems you have managed to commit the changes to an already modified branch (previous pull-request), i suggest creating a new branch from kiwiirc/kiwiirc (upstream master) and then cherry-picking the commit...
You are getting very close to a working pull-request looking at the correct commit. few tips to help you along: **UserState,js** `this.user.account` should be `this.account` as `this` is the user....