On 2019-08-02 15:02, Luxferre wrote:
> This is epic. I mean, pure academic example of IRC processing [3]. And
> yes, mozTCPSocket always saves the day.
>
> Regarding nickserv and kickbans - this is something that can be
> handled with the /msg commands alone.
> Regarding colors - here's the documentation:
>
https://github.com/myano/jenni/wiki/IRC-String-Formatting
>
> On Friday, August 2, 2019 at 8:33:46 AM UTC+3, Farooq Karimi Zadeh
> wrote:
>
>> Hello. I've written another IRC client for KaiOS.
>>
https://notabug.org/bananaphone/vm-irc [1]
>> Advantages:
>> - It's written for non-touch KaiOS devices and not FFOS. Easily
>> work
>> with it with buttons and not cursor!
>> Disadvantages:
>> - Network address is hardcoded:
irc.freenode.net [2]
>> - Only a single channel
>> - Lacking authorization(NickServ or anything else)
>> - Lacking lots of features like colors, kick/ban, op/deop,
>> voice/devoice and
>> ...
>> - You have to enter data(nick and channel) each time you want to
>> connect. it doesn't save anything.
>>
>> With all pros and cons of it, it's better than Foxkehchat for me and
>>
>> that's why I've developed it.
>> Also PRs are very welcome!
>> Enjoy!
>
> --
> You received this message because you are subscribed to the Google
> Groups "comp.mobile.nokia.8110" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
bananahacker...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/bananahackers/5cbe21f2-66e9-4f3d-993e-fa1d7370efed%40googlegroups.com
> [4].
>
>
> Links:
> ------
> [1]
https://notabug.org/bananaphone/vm-irc
> [2]
http://irc.freenode.net
> [3]
https://notabug.org/bananaphone/vm-irc/src/master/js/app.js
> [4]
>
https://groups.google.com/d/msgid/bananahackers/5cbe21f2-66e9-4f3d-993e-fa1d7370efed%40googlegroups.com?utm_medium=email&utm_source=footer
Hello Mr. Boss :)
(You are the boss, aren't you? :D)
Adding these new features isn't hard but because the software with the
features now it has is enough for me, I don't bother adding the features
it doesn't have.
By the way, is being "pure academic example of IRC processing" bad or
good?
P.S.: How do you kickban people with /msg ?!