diff options
| author | 2005-04-16 18:58:08 +0000 | |
|---|---|---|
| committer | 2005-04-16 18:58:08 +0000 | |
| commit | 668df37516e3ee3555aa7085f10d54bda3b4e426 (patch) | |
| tree | 4fda156c1517493d0ba165ef516cb0937d2a1f88 /docs/man/man3/modules.cpp.3 | |
| parent | Fixed lingering (SO_REUSEADDR was being set to 0?) (diff) | |
Added:
OnMeshToken
MeshSendAll(std::string text);
MeshSendCommon(userrec* user, std::string text);
MeshSendAllAlive(std::string text);
MeshSendUnicast(std::string destination, std::string text);
MeshSendAllExcept(std::string target, std::string text);
MeshCheckChan(chanrec *c,std::string servername);
MeshCheckCommon(userrec* u,std::string servername);
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1112 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/modules.cpp.3')
| -rw-r--r-- | docs/man/man3/modules.cpp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/man3/modules.cpp.3 b/docs/man/man3/modules.cpp.3 index 5839c8b4e..5e8cde7c9 100644 --- a/docs/man/man3/modules.cpp.3 +++ b/docs/man/man3/modules.cpp.3 @@ -533,7 +533,7 @@ Definition at line 91 of file modules.cpp. Definition at line 106 of file modules.cpp. .SS "int \fBMODCOUNT\fP = -1" .PP -Definition at line 914 of file modules.cpp. +Definition at line 959 of file modules.cpp. .SS "std::vector<std::string> \fBmodule_names\fP" .PP Definition at line 95 of file modules.cpp. |
