diff options
| author | 2017-11-12 17:33:21 +0000 | |
|---|---|---|
| committer | 2017-11-12 17:33:21 +0000 | |
| commit | d23c030c9a8fd58807438245a004e4aa5b7288ba (patch) | |
| tree | d1207d9f811ba486470ac3869052b0bc2180f758 /src/modules/extra/m_mysql.cpp | |
| parent | Allow spaces in the network name now it doesn't cause problems. (diff) | |
| parent | Release v2.0.25 (diff) | |
| download | inspircd++-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.cpp | 2 |
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; |
