X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Faliasesmodel.cpp;h=a0723305e36f8d34f20dcf899f3319fb690fd2d6;hp=6504fae5610f4413c7859aa08a659733a79af35c;hb=94be5fb31afd8f3befa8cb2cf1b3c2e5ef3cdba5;hpb=b9a73f8181f4cee4b5b226b4a641796f04e85179 diff --git a/src/qtui/settingspages/aliasesmodel.cpp b/src/qtui/settingspages/aliasesmodel.cpp index 6504fae5..a0723305 100644 --- a/src/qtui/settingspages/aliasesmodel.cpp +++ b/src/qtui/settingspages/aliasesmodel.cpp @@ -54,6 +54,7 @@ QVariant AliasesModel::data(const QModelIndex &index, int role) const { return "The string the shortcut will be expanded to
" "special variables:
" " - $i represenents the i'th parameter.
" + " - $i:hostname represents the hostname of the user identified by the i'th parameter or a * if unknown.
" " - $0 the whole string.
" " - $currentnick your current nickname
" " - $channelname the name of the selected channel

"