From 74377ece178e661194a40fa79238b3089bb0d0f2 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 28 Feb 2011 18:48:58 +0100 Subject: Cleaned up unneeded files, some bugfixes ismaster/isuser now gets called with origin_raw --- myfuncs.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'myfuncs.cpp') diff --git a/myfuncs.cpp b/myfuncs.cpp index 4e28976..cbe8c2f 100644 --- a/myfuncs.cpp +++ b/myfuncs.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include "myfuncs.h" @@ -226,3 +227,9 @@ int numchanperm (string m) return 0; } } + +void panic() +{ + cout << endl << "DrunkenMan panicked and commited suicide." << endl; + exit(1); +} -- cgit v1.2.1