1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 01:56:38 +02:00
Files
anope/include/defs.h
T
Adam 3850b073dd Added regex support for many commands, such as akill, sqline, snline,
all of the */list commands, etc.

Also extended the ability of akill to match a full nick!user@host and
real name of users.
2012-02-22 18:12:02 -05:00

54 lines
899 B
C++

/*
*
* (C) 2003-2012 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
*
* Based on the original code of Epona by Lara.
* Based on the original code of Services by Andy Church.
*
*/
class AccessGroup;
class AutoKick;
class BotInfo;
class CallBack;
class ChanAccess;
class Channel;
class ChannelInfo;
class ChannelStatus;
class ClientSocket;
class Command;
class ConnectionSocket;
class DNSPacket;
class dynamic_reference_base;
class Entry;
class InfoFormatter;
class ListenSocket;
class Log;
class LogInfo;
class Memo;
class Message;
class Module;
class NickAlias;
class NickCore;
class OperType;
class Regex;
class Server;
class ServerConfig;
class Socket;
class Thread;
class User;
class XLineManager;
struct BadWord;
struct CommandSource;
struct DNSQuery;
struct Exception;
struct MemoInfo;
struct ModeLock;
struct Oper;
struct XLine;