changeset 1f82ad834c8c in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=1f82ad834c8c
description: Added ignore/unignore aliases for block/unblock
diffstat:
src/command_system/implementation/standard.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 204f4cf3d41f -r 1f82ad834c8c
src/command_system/implementation/standard.py
--- a/src/command_system/implementation/standard.py Sun Oct 04 20:43:51
2009 +0300
+++ b/src/command_system/implementation/standard.py Sun Oct 04 22:11:19
2009 +0300
@@ -218,11 +218,11 @@
return ', '.join(nicks)
@documentation(_("Forbid an occupant to send you public or private
messages"))
- @command(raw=True)
+ @command('ignore', raw=True)
def block(self, who):
self.on_block(None, who)
@documentation(_("Allow an occupant to send you public or private
messages"))
- @command(raw=True)
+ @command('unignore', raw=True)
def unblock(self, who):
self.on_unblock(None, who)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits