Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

IM-IRC bug (Constant rate warnings)

 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help
Author Message
EcKstasy
Lurker
Lurker


Joined: 23 May 2008
Posts: 149
Location: Scotland

PostPosted: Sep 07, 2008 10:27pm    Post subject: IM-IRC bug (Constant rate warnings) Reply with quote

Been trying to use IMIRC, but I've noticed it has some bugs, such as constant rate warnings when IM'ing a contact, example:

Quote:
<Eck> AIMContactnick: Test.
<@IMServ> You're sending too fast! Slow down! We've been given a disconnect warning.
<@IMServ> Wait 0 seconds before sending anything.


Then I started playing around with the source code. and found:

Code:
sub oscar_rate_alert($$$$$) {
        my($oscar, $level, $clear, $window, $worrisome) = @_;
        my($screenname, $nick, $sndata) = callback_vars($oscar) or return;

        return unless $worrisome;
        irc_send(irc_privmsg($usnick, $nick, "You're sending too fast!  Slow down!  We've been given a $level warning.", "", "", $screenname));
        $clear = int($clear / 1000);
        irc_send(irc_privmsg($usnick, $nick, "Wait $clear seconds before sending anything.", "", "", $screenname));
}


there is something wrong there, but i can't seem to figure it out. any ideas?
Back to top
EcKstasy
Lurker
Lurker


Joined: 23 May 2008
Posts: 149
Location: Scotland

PostPosted: Sep 07, 2008 11:30pm    Post subject: Reply with quote

nevermind, I've fixed it Cool
Back to top
darkwarrior
Lurker
Lurker


Joined: 02 Aug 2008
Posts: 172

PostPosted: Sep 08, 2008 7:00pm    Post subject: Reply with quote

I've constantly looked for IMServ, where do you get it at?
Back to top
EcKstasy
Lurker
Lurker


Joined: 23 May 2008
Posts: 149
Location: Scotland

PostPosted: Sep 08, 2008 9:36pm    Post subject: Reply with quote

darkwarrior wrote:
I've constantly looked for IMServ, where do you get it at?


Original 1.6 > http://zevils.com/code/imirc/

1.6-fix > http://www.escriptirc.net/forum/viewtopic.php?f=6&t=79
Back to top
darkwarrior
Lurker
Lurker


Joined: 02 Aug 2008
Posts: 172

PostPosted: Sep 08, 2008 11:46pm    Post subject: Reply with quote

Thanks!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer