Mercurial > libervia-backend
annotate .hgignore @ 508:7c6609dddb2c
plugin text commands: /leave management:
- _getRoomJid manage room jid argument: the argument can be full jid or a shortcut.
in case of shortcut, room or room@ can be used for shortcut room@service.domain.tld where service.domain.tld is the same as the one of the room where the command is entered
- /leave alone leave the current room, /leave [room] leave the given room
- /part is a synonym of /leave
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Sep 2012 00:31:10 +0200 |
parents | e519f8f33cba |
children | af900f49df89 |
rev | line source |
---|---|
3 | 1 syntax: glob |
2 *.pyc | |
140 | 3 *.pyv |
3 | 4 *.swp |
5 *.swo | |
6 tags | |
4 | 7 twistd.log |
140 | 8 twistd.pid |
269 | 9 bridge_constructor/generated |
335 | 10 _trial_temp/ |
269 | 11 sat.egg-info |
12 *.un~ | |
13 dist | |
14 MANIFEST | |
474
e519f8f33cba
misc: Add the build directory to the ignore file.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
335
diff
changeset
|
15 build |