-
if(!status.startup)
{
if(cfg.channels)
{
report( MUH_JOINING, cfg.channels );
irc_write( &c_server, "JOIN %s", cfg.channels );
}
time(&status.startup);
}
else if((cfg.rejoin == 1) && (chns = list_channels()))
{
report( MUH_REJOINING, chns );.
2008-05-22 16:54:40 UTC by nobody
-
if(!status.startup)
{
if(cfg.channels)
{
report( MUH_JOINING, cfg.channels );
irc_write( &c_server, "JOIN %s", cfg.channels );
}
time(&status.startup);
}
else if((cfg.rejoin == 1) && (chns = list_channels()))
{
report( MUH_REJOINING, chns );.
2008-05-22 16:54:31 UTC by nobody
-
I've had the same issues with muh-2.2a built on ppc for fedora 8, and connecting with xchat-2.6.8 for win32. sorry for the anonymous name but I don't have a sourceforge account.
2008-02-13 03:51:02 UTC by nobody
-
This occurs for example in Quakenet and it indeed seems that muh tries to join the channels without "#" in them. Seems to work in some networks for some reason..
2007-11-22 14:31:14 UTC by nobody
-
By the way, the place to adjust this is in muh.c check_timers():
switch( proceed_timer( &c_server.timer, 90, 150 ) ) {
150 is the value to change.
2007-04-26 22:48:23 UTC by aaronwl
-
Presently, the server stoned timeout is set to 150 seconds, which was a little low for my circumstances. This value should be split out into at least a place where its easy to find, or best, into the config file. Also, it may be good to have a higher default value.
2007-04-26 22:47:40 UTC by aaronwl
-
In channels.c find_channel(), there is a xstrcmp() that should probably be xstrcasecmp(). For me, this caused lines to be omitted from the logs with no discernable cause. It's likely that this problem may be causing other bugs as well.
2007-04-26 22:44:47 UTC by aaronwl
-
- confirmed. This problem occurs no matter what client is used. A reconnect sometimes solves this problem.
2007-03-08 11:50:50 UTC by nobody
-
I have similar problems (and I'm asking myself why this bug is closed)
it connects properly to alle channels given in the config file, but when I connect to muh, it 'joins' kind of a user (without the #)
(Using Silverex XChat 2.6.4-1 (windows port) on AfterNET with muh compiled and run on a Gentoo 2.6 intel system)
It does work when I change line 1071:
irc_write(&c_client...
2007-01-14 12:24:02 UTC by nobody
-
I have the same problem.
In my case I have problems with Quakenet and mIRC.
It works fine in Irssi
When I rejoin the bnc no channel windows opens, but the client is still in the chans.
2006-12-15 15:38:52 UTC by jenstf