cp
This commit is contained in:
parent
4822364c0f
commit
7fb0823167
@ -148,8 +148,8 @@ list_t *channel_name_list(struct channel *c)
|
|||||||
char *link_name(struct link_any *l)
|
char *link_name(struct link_any *l)
|
||||||
{
|
{
|
||||||
if (LINK(l))
|
if (LINK(l))
|
||||||
return LINK(l)->name;
|
return LINK(l)->name ? LINK(l)->name : "(null)";
|
||||||
return NULL;
|
return "*connecting*";
|
||||||
}
|
}
|
||||||
|
|
||||||
static int irc_001(struct link_server *server, struct line *line)
|
static int irc_001(struct link_server *server, struct line *line)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user