mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
Fixed a few typos
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3448 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
a2984dc689
commit
c47b1137d1
@ -50,7 +50,7 @@ class ModuleFilter : public Module
|
|||||||
{
|
{
|
||||||
Server *Srv;
|
Server *Srv;
|
||||||
ConfigReader *Conf, *MyConf;
|
ConfigReader *Conf, *MyConf;
|
||||||
filter_t* filters;
|
filter_t filters;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ModuleFilter(Server* Me)
|
ModuleFilter(Server* Me)
|
||||||
@ -63,7 +63,6 @@ class ModuleFilter : public Module
|
|||||||
// of using a seperate config file is provided.
|
// of using a seperate config file is provided.
|
||||||
Srv = Me;
|
Srv = Me;
|
||||||
OnRehash("");
|
OnRehash("");
|
||||||
Srv->Log(DEFAULT,std::string("m_filter: read configuration from ")+filterfile);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~ModuleFilter()
|
virtual ~ModuleFilter()
|
||||||
|
@ -1 +1 @@
|
|||||||
echo 3445
|
echo 3447
|
||||||
|
Loading…
x
Reference in New Issue
Block a user