]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_rline.cpp
Maxpara on these was 3, should be 2
[user/henk/code/inspircd.git] / src / modules / m_rline.cpp
index f6047704e7d429642f7576b476167685f69d91ec..bd2f398545cc1f4faecaee29f6deaa636d28fc81 100644 (file)
@@ -73,7 +73,7 @@ class RLine : public XLine
 
        void DisplayExpiry()
        {
-               ServerInstance->SNO->WriteToSnoMask('x',"Expiring timed R-Line %s (set by %s %ld seconds ago)", this->matchtext.c_str(), this->source, this->duration);
+               ServerInstance->SNO->WriteToSnoMask('x',"Removing expired R-Line %s (set by %s %ld seconds ago)", this->matchtext.c_str(), this->source, (long int)(ServerInstance->Time() - this->set_time));
        }
 
        const char* Displayable()