1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 23:23:12 +02:00

Added a web panel module + a default template

This commit is contained in:
Adam
2012-09-01 18:54:51 -04:00
parent f81d0113a2
commit e3d5140dcc
68 changed files with 3360 additions and 34 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ void ConnectionSocket::OnError(const Anope::string &)
{
}
ClientSocket::ClientSocket(ListenSocket *ls, const sockaddrs &addr) : Socket(), LS(ls), clientaddr(addr)
ClientSocket::ClientSocket(ListenSocket *ls, const sockaddrs &addr) : LS(ls), clientaddr(addr)
{
}