diff options
author | Adam <Adam@anope.org> | 2012-09-01 18:54:51 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-09-01 18:54:51 -0400 |
commit | e3d5140dcc936ff411c438b7e3997104cb5f085a (patch) | |
tree | 49d7ee0b3e531a1c81e35fb10f25e6340fa781ba /src/bots.cpp | |
parent | f81d0113a21187d68c5fa0f1262e5514465b1953 (diff) |
Added a web panel module + a default template
Diffstat (limited to 'src/bots.cpp')
-rw-r--r-- | src/bots.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bots.cpp b/src/bots.cpp index 85d6e0700..53f9b78c1 100644 --- a/src/bots.cpp +++ b/src/bots.cpp @@ -239,7 +239,6 @@ void BotInfo::OnMessage(User *u, const Anope::string &message) return; CommandSource source(u->nick, u, u->Account(), u); - source.c = NULL; source.owner = this; source.service = this; |