361
OmnomIRC Development / Re: IRC Client Integration
« on: June 27, 2011, 05:31:14 pm »
I rely on colored nicks to tell who's talking a bit too much, and without that in x-chat, it was impossible to read.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 361
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 05:31:14 pm »
I rely on colored nicks to tell who's talking a bit too much, and without that in x-chat, it was impossible to read.
![]() 362
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 05:07:27 pm »
That's why I made it. I was having trouble keeping track of convos when the names were everywhere.
363
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 04:56:17 pm »
Here's an mIRC code that should strip Spybot45 and format Saxjax messages. Since I'm wrongfully banned in #cemetech still, I can't really test the Saxjax part of it.
Code: [Select] ON ^*:TEXT:*:#:{
364
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 04:43:32 pm »
mIRC makes it easy to do this stuff, I had to make a C++ dll for X-Chat to get it to do it. The mIRC one took me like 5 minutes, the stupid X-Chat one took me a couple hours (Those damn regex libs make no sense what-so-ever)
365
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 04:41:01 pm »
Here's the full Windows project.
367
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 04:35:07 pm »Nice stuff! Except those extensions require hundreds of megs of extra libs on Windows. Also, here's an updated mIRC script, it supports timestamps. Code: [Select] ON ^*:TEXT:*:#:if ( $nick == OmnomIRC ) { echo $chan $iif($regsubex($readini($mircini,options,n4),/(^(.+?,){11}(.+?).*)/,\3) == 1,$timestamp,) $iif( $mid($1-,2,1) == $chr(35) , (4 $+ $chr(35) $+ ) $+ $mid($1-,4), (12O) $+ $mid($1-,7) ) | haltdef } Also, OmnomIRC doesn't have an alt nick anymore, since I switched to the PHP bot. It'll just keep retrying with OmnomIRC until the server lets it in. 368
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 04:02:47 pm »
The issue I have with stripping a bunch of extra nicks is that every time the bots are down, someone inevitably impersonates the bot and screws with stuff.
369
OmnomIRC Development / Re: Two bug reports with the multi-channel support« on: June 27, 2011, 03:54:10 pm »
Opera by default wants it too, I think. I have the security settings on Opera relaxed a bit, it makes it easier to dev stuff.
370
OmnomIRC Development / Re: Two bug reports with the multi-channel support« on: June 27, 2011, 03:52:36 pm »
I think it was related to the cookie issue for IE. I had to set some ridiculous obscure policy on my server that hadn't been updated by the W3C since like 2001, so I didn't know it existed.
371
OmnomIRC Development / Re: Huge gap between channels and chat logs in full view« on: June 27, 2011, 03:51:37 pm »
Yea. I fixed it so it refreshes on resize now.
372
News / Re: 84+/SE Boot Pages Modified« on: June 27, 2011, 02:04:20 pm »So we can boot Windows Vista now! I believe any threats they sent would be totally unfounded, and probably just ignored. It's fully legal to replace code on your own device, as long as you're not replacing it with unlicensed copyrighted code. 373
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 01:50:07 pm »
blarg. Lemme upload a fixed one, I didn't set the export defines for the release build.
EDIT: Uploaded to first post. I tested this one, too! 374
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 07:11:22 am »You hadn't attached it when I posted, but I see now, thanks. Psh, I had posted it a good 5 seconds before you posted your message. Also, I just realized that the X-Chat one doesn't care what your colored nick preferences are, it'll color 'em anyways. I'm not sure if I can get at the config to check it, X-Chat's API is lacking. 375
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 07:06:30 am »
I have one attached to the first post in the thread.
I also just put the source to the x-chat plugin in there. Right now, it just manipulates the text to be easier to read. I want to get userlist integration too, but I'm not sure I can manipulate those in X-Chat and mIRC. |
|