parent
c2eb2f7ad1
commit
fa0c14b846
16 changed files with 251 additions and 6 deletions
|
|
@ -82,6 +82,10 @@ CommandCompleter::data(const QModelIndex &index, int role) const
|
|||
return QString("/notice ");
|
||||
case RainbowNotice:
|
||||
return QString("/rainbownotice ");
|
||||
case Confetti:
|
||||
return QString("/confetti ");
|
||||
case RainbowConfetti:
|
||||
return QString("/rainbowconfetti ");
|
||||
case Goto:
|
||||
return QString("/goto ");
|
||||
case ConvertToDm:
|
||||
|
|
@ -145,6 +149,10 @@ CommandCompleter::data(const QModelIndex &index, int role) const
|
|||
return tr("/notice [message]");
|
||||
case RainbowNotice:
|
||||
return tr("/rainbownotice [message]");
|
||||
case Confetti:
|
||||
return tr("/confetti [message]");
|
||||
case RainbowConfetti:
|
||||
return tr("/rainbowconfetti [message]");
|
||||
case Goto:
|
||||
return tr("/goto ($eventid|message index|matrix:r/room/e/event)");
|
||||
case ConvertToDm:
|
||||
|
|
@ -207,6 +215,10 @@ CommandCompleter::data(const QModelIndex &index, int role) const
|
|||
return tr("Send a bot message.");
|
||||
case RainbowNotice:
|
||||
return tr("Send a bot message in rainbow colors.");
|
||||
case Confetti:
|
||||
return tr("Send a message with confetti.");
|
||||
case RainbowConfetti:
|
||||
return tr("Send a message in rainbow colors with confetti.");
|
||||
case Goto:
|
||||
return tr("Go to this event or link.");
|
||||
case ConvertToDm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue