diff options
author | mathieui <mathieui@mathieui.net> | 2012-05-05 19:46:37 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-05-05 19:46:37 +0200 |
commit | a954d2154b9939ef37961765ccca968459537e1d (patch) | |
tree | 48bc72c05d9bb0ccf591b5ac550b01bece58f030 /doc/en/plugins/admin.txt | |
parent | 1a81466a096751870ffe056510fe71ef579baf3c (diff) | |
download | poezio-a954d2154b9939ef37961765ccca968459537e1d.tar.gz poezio-a954d2154b9939ef37961765ccca968459537e1d.tar.bz2 poezio-a954d2154b9939ef37961765ccca968459537e1d.tar.xz poezio-a954d2154b9939ef37961765ccca968459537e1d.zip |
Add help for the plugins:
admin, alias, amsg, day_change, exec, figlet, mpd_client, rainbow
Diffstat (limited to 'doc/en/plugins/admin.txt')
-rw-r--r-- | doc/en/plugins/admin.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/en/plugins/admin.txt b/doc/en/plugins/admin.txt new file mode 100644 index 00000000..c7755fac --- /dev/null +++ b/doc/en/plugins/admin.txt @@ -0,0 +1,34 @@ +Admin aliases +============= + +This plugin adds several aliases, to shorten roles/affiliations management. + +Installation +------------ +You only have to load the plugin. + +================ + + /load admin + +================ + + +Aliases +------ + +Roles +~~~~~ +- _/visitor_ +- _/participant_ +- _/moderator_ +- _/mute_ (same as _/visitor_) +- _/op_ (same as _/moderator_) + +Affiliations +~~~~~~~~~~~~ +- _/admin_ +- _/member_ +- _/noaffiliation_ (sets the affiliation to _none_) +- _/owner_ +- _/voice_ (same as _/member_) |