mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
WJOIN -> /JOIN -window
WQUERY -> /QUERY -window. Added support for /QUERY -<server tag>. Added aliases for WJOIN and WQUERY to default config file. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@590 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
81af47808b
commit
308e84bbc4
9 changed files with 150 additions and 29 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
/* `optlist' should contain only one key - the server tag.
|
||||
returns NULL if there was unknown -option */
|
||||
IRC_SERVER_REC *irccmd_options_get_server(GHashTable *optlist, IRC_SERVER_REC *defserver);
|
||||
IRC_SERVER_REC *irccmd_options_get_server(const char *cmd,
|
||||
GHashTable *optlist,
|
||||
IRC_SERVER_REC *defserver);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue