From 8c4dfd8add09cddc83faa5007317b851ae21d529 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 8 Apr 2013 23:40:09 +0200 Subject: XLine: Provide a default implementation for DisplayExpiry() --- src/modules/m_shun.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modules/m_shun.cpp') diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index bf31cd70e..0638cb92d 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -56,12 +56,6 @@ public: return false; } - void DisplayExpiry() - { - ServerInstance->SNO->WriteToSnoMask('x',"Removing expired shun %s (set by %s %ld seconds ago)", - this->matchtext.c_str(), this->source.c_str(), (long int)(ServerInstance->Time() - this->set_time)); - } - const char* Displayable() { return matchtext.c_str(); -- cgit v1.3.1-10-gc9f91