summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-02 13:48:00 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-02 13:48:00 +0000
commitcf72e0d4726bf4bc27f711ea2473a7f27bf09105 (patch)
tree3c12fd14743cd7262057afe6b10c868d4d5061d1 /src
parentd8d7b7d6e79c56be5d7ae473461a81b83ddc47a5 (diff)
Remove testcases
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5398 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/inspircd.cpp42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index da3c603fa..2f35c9528 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -726,48 +726,6 @@ int InspIRCd::Run()
int main(int argc, char** argv)
{
- /*
- // test suite for modestacker
- irc::modestacker x(true);
- x.Push('o',"Brain");
- x.Push('h',"Brain");
- x.Push('v',"Brain");
- x.Push('q',"Brain");
- x.Push('a',"Brain");
- x.Push('o',"Brain");
- x.Push('h',"Brain");
- x.Push('v',"Brain");
- x.Push('q',"Brain");
- x.Push('a',"Brain");
- x.Push('o',"Brain");
- x.Push('h',"Brain");
- x.Push('v',"Brain");
- x.Push('q',"Brain");
- x.Push('a',"Brain");
- x.Push('o',"Brain");
- x.Push('h',"Brain");
- x.Push('v',"Brain");
- x.Push('q',"Brain");
- x.Push('a',"Brain");
- x.Push('o',"Brain");
- x.Push('h',"Brain");
- x.Push('v',"Brain");
- x.Push('q',"Brain");
- x.Push('a',"Brain");
-
- std::deque<std::string> modes;
- for (int i = 0; i < 2; i++)
- {
- x.GetStackedLine(modes);
- printf("=== Stacked line ===\n");
- printf("Mode sequence length=%d\n",modes.size());
- for (size_t n = 0; n < modes.size(); n++)
- {
- printf("\tmodes[%d]='%s'\n",n,modes[n].c_str());
- }
- }
- return 0;*/
-
SI = new InspIRCd(argc, argv);
SI->Run();
delete SI;