mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Lots of moving stuff around - hopefully I didn't break too much :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3d124da13b
commit
e395e87ded
160 changed files with 3954 additions and 2959 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef __MODES_H
|
||||
#define __MODES_H
|
||||
|
||||
#include "server.h"
|
||||
#include "channels.h"
|
||||
#include "irc-servers.h"
|
||||
#include "irc-channels.h"
|
||||
|
||||
/* modes that have argument always */
|
||||
#define HAS_MODE_ARG_ALWAYS(mode) \
|
||||
|
|
@ -26,9 +26,9 @@ void modes_deinit(void);
|
|||
/* add `mode' to `old' - return newly allocated mode. */
|
||||
char *modes_join(const char *old, const char *mode);
|
||||
|
||||
int channel_mode_is_set(CHANNEL_REC *channel, char mode);
|
||||
int channel_mode_is_set(IRC_CHANNEL_REC *channel, char mode);
|
||||
|
||||
void parse_channel_modes(CHANNEL_REC *channel, const char *setby,
|
||||
void parse_channel_modes(IRC_CHANNEL_REC *channel, const char *setby,
|
||||
const char *modestr);
|
||||
|
||||
void channel_set_singlemode(IRC_SERVER_REC *server, const char *channel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue