summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-27 15:21:18 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-27 15:21:18 +0000
commite167849d49f30b080169811893b7d693ee97c22d (patch)
tree52703b0a8b92cf7a5d4847e7aa6cfee3f96ce3e3 /src/modules.cpp
parentb10ac3beb62b0b705797061f87d66ced6fc2e8d0 (diff)
No suck nickname?! why didn't anyone see this?!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1215 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index fd0f39503..af3ef5303 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -526,6 +526,11 @@ void Server::SendTo(userrec* Source, userrec* Dest, std::string s)
}
}
+void Server::SendChannelServerNotice(std::string ServName, chanrec* Channel, std::string text)
+{
+ WriteChannelWithServ((char*)ServName.c_str(), Channel, "%s", text.c_str());
+}
+
void Server::SendChannel(userrec* User, chanrec* Channel, std::string s,bool IncludeSender)
{
if (IncludeSender)