the alias engine can now expand nicks to their hostnames
[quassel.git] / src / qtui / settingspages / aliasesmodel.cpp
index 6504fae..a072330 100644 (file)
@@ -54,6 +54,7 @@ QVariant AliasesModel::data(const QModelIndex &index, int role) const {
       return "<b>The string the shortcut will be expanded to</b><br />"
        "<b>special variables:</b><br />"
        " - <b>$i</b> represenents the i'th parameter.<br />"
+       " - <b>$i:hostname</b> represents the hostname of the user identified by the i'th parameter or a * if unknown.<br />"
        " - <b>$0</b> the whole string.<br />"
        " - <b>$currentnick</b> your current nickname<br />"
        " - <b>$channelname</b> the name of the selected channel<br /><br />"