mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Porting some stuff to modern git version
From the original patch by hawken93 <hawken@thehawken.org> 3 Oct 2014
This commit is contained in:
parent
bade9e3d9e
commit
646d17d9d4
5 changed files with 11 additions and 6 deletions
|
|
@ -341,6 +341,11 @@ void irc_server_connect(SERVER_REC *server)
|
|||
}
|
||||
}
|
||||
|
||||
void irc_send_cmd_now_wrapper(void *server, const char *cmd)
|
||||
{
|
||||
return irc_send_cmd_now((IRC_SERVER_REC *)server, cmd);
|
||||
}
|
||||
|
||||
/* Returns TRUE if `command' is sent to `target' */
|
||||
static int command_has_target(const char *cmd, const char *target)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue