1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:16:38 +02:00
Files
anope/modules/database
Adam 5b3f81ea78 That doesn't work either, just don't use references.
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \;
2013-05-05 21:05:43 -04:00
..