X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Faliasesmodel.cpp;fp=src%2Fqtui%2Fsettingspages%2Faliasesmodel.cpp;h=99b03d265981d6696995b2b065b1c132be2b40ab;hp=39b475ab0e53b89b1399811bbe00174a1b5a83b2;hb=517fc0fdbbd67b4e195b7a06246ff81a963a37fa;hpb=fbadddc3ed0686d48dbe7d1688e73642bf294d99 diff --git a/src/qtui/settingspages/aliasesmodel.cpp b/src/qtui/settingspages/aliasesmodel.cpp index 39b475ab..99b03d26 100644 --- a/src/qtui/settingspages/aliasesmodel.cpp +++ b/src/qtui/settingspages/aliasesmodel.cpp @@ -64,6 +64,7 @@ QVariant AliasesModel::data(const QModelIndex &index, int role) const " - $i..j represents the i'th to j'th parameter separated by spaces.
" " - $i.. represents all parameters from i on separated by spaces.
" " - $i:hostname represents the hostname of the user identified by the i'th parameter or a * if unknown.
" + " - $i:ident represents the ident of the user identified by the i'th parameter or a * if unknown.
" " - $0 the whole string.
" " - $nick your current nickname
" " - $channel the name of the selected channel

"