plop
This commit is contained in:
parent
c9376fa1b6
commit
fe094031ce
@ -126,12 +126,7 @@ bool TodoModule::messageHandler(Message msg)
|
||||
t.description = desc;
|
||||
t.emitter = msg.nick;
|
||||
tasks.push_back(t);
|
||||
answer = say(QString("todo successfully added : from %1 to %2 triggering the %3, repeating every %4 seconds, and diplaying this message : %5")
|
||||
.arg(t.emitter)
|
||||
.arg(t.recipient)
|
||||
.arg(QDateTime::fromTime_t(t.date).toString())
|
||||
.arg((int)(t.repeat))
|
||||
.arg(t.description));
|
||||
answer = say(QString("todo successfully added");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user