aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2017-11-12 17:33:21 +0000
committerGravatar Peter Powell2017-11-12 17:33:21 +0000
commitd23c030c9a8fd58807438245a004e4aa5b7288ba (patch)
treed1207d9f811ba486470ac3869052b0bc2180f758 /src/modules/extra/m_mysql.cpp
parentAllow spaces in the network name now it doesn't cause problems. (diff)
parentRelease v2.0.25 (diff)
downloadinspircd++-d23c030c9a8fd58807438245a004e4aa5b7288ba.tar.gz
inspircd++-d23c030c9a8fd58807438245a004e4aa5b7288ba.tar.bz2
inspircd++-d23c030c9a8fd58807438245a004e4aa5b7288ba.zip
Merge tag 'v2.0.25' into master.
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index f9986f3f1..3490f7fa6 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -76,8 +76,6 @@
* if a module is ever put in a re-enterant state (stack corruption could occur, crashes, data
* corruption, and worse, so DONT think about it until the day comes when InspIRCd is 100%
* gauranteed threadsafe!)
- *
- * For a diagram of this system please see http://wiki.inspircd.org/Mysql2
*/
class SQLConnection;