[X2serv-general] ProcessJoin() URL thingie...
Brought to you by:
sirvulcan
|
From: Wolfram K. <qu...@sq...> - 2002-03-14 12:55:41
|
In CHAN.C [ProcessJoin()], whats up with this?
if(type != 'B')
{
if(strcmp(ChanNode->URL, "*"))
{
send_numeric(328, UserNode->Numnick, "%s :%s", ChanNode->Name,
ChanNode->URL);
}
}
Aparently X2 is supposed to send the URL to users who join (not burst), but
it doesn't. Can someone check this?
Thanks
-
Wolfram `Daedalus' Knipp
|