Author Topic: Complete (or at least more complete) IRC control character implementation?  (Read 3636 times)

0 Members and 1 Guest are viewing this topic.

Offline Runer112

  • Moderator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
What the title says would be nice. I always struggle to make my IRC bot's output look proper in OmnomIRC  because of a lack of support for some IRC control characters. Here is what I've noticed omnomIRC is still missing, listed in order of decreasing importance to me:

  • [0x0F] Strip: any alterations applied by previous control characters are removed
  • White background color
  • More accurate colors
  • [0x02] Bold: Is a toggle
  • [0x1F] Underline: Is a toggle
  • [0x1D] Italic: Is a toggle
  • [0x16] Reverse: Acts like color 0,01 except it's actually a toggle that overrides, but does not cancel, color
« Last Edit: September 12, 2012, 03:18:04 pm by Runer112 »

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: Complete (or at least more complete) IRC control character implementation?
« Reply #1 on: September 12, 2012, 03:15:13 pm »
Okay, the first two issues are solved.
The third will be done soon.
I'll see about the others later.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Complete (or at least more complete) IRC control character implementation?
« Reply #2 on: September 12, 2012, 05:26:17 pm »
I think Runer112 wants to port DOOM to (Omnom)IRC :trollface:

« Last Edit: September 12, 2012, 05:26:44 pm by DJ_O »

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Complete (or at least more complete) IRC control character implementation?
« Reply #3 on: September 12, 2012, 06:22:46 pm »
1D isn't italic in xchat :P
and it seems to me as if some color/background coordinations don't work correctly D:

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Complete (or at least more complete) IRC control character implementation?
« Reply #4 on: September 12, 2012, 06:25:56 pm »
Okay, the first two issues are solved.
The third will be done soon.
\x0f doesn't work for me ???
« Last Edit: September 15, 2012, 06:41:13 pm by Deep Thought »




Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Complete (or at least more complete) IRC control character implementation?
« Reply #5 on: September 12, 2012, 06:27:11 pm »
and \x02 doesn't work for me

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Complete (or at least more complete) IRC control character implementation?
« Reply #6 on: September 12, 2012, 06:56:48 pm »
Never mind about my "bug report." I just had to clear my cache (didn't realize it was all done in JavaScript).