]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Switch from std::stringstream to irc::spacesepstream.
authorPeter Powell <petpow@saberuk.com>
Thu, 19 Oct 2017 10:55:17 +0000 (11:55 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 19 Oct 2017 13:58:21 +0000 (14:58 +0100)
commit3c7e105d09c99ed0b74a63bef68d5f2a1cbd8cff
treec0fc69bbcd77322a7ea2fad4bb32a5c107479041
parent020c1d6ea658956e7cb2462a748790a4f4e30787
Switch from std::stringstream to irc::spacesepstream.

The latter is more suited to the things we have previously been
using std::stringstream for.
src/modules/m_conn_umodes.cpp
src/modules/m_opermodes.cpp
src/modules/m_shun.cpp
src/wildcard.cpp