Merge lp:~cjohnston/ubuntu-classroom/help into lp:~ubuntu-classroom/ubuntu-classroom/classbot

Proposed by Chris Johnston
Status: Superseded
Proposed branch: lp:~cjohnston/ubuntu-classroom/help
Merge into: lp:~ubuntu-classroom/ubuntu-classroom/classbot
Diff against target: 16 lines (+4/-3)
1 file modified
classbot.pl (+4/-3)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-classroom/help
Reviewer Review Type Date Requested Status
Nathan Handler Approve
Review via email: mp+19560@code.launchpad.net

This proposal has been superseded by a proposal from 2010-02-18.

To post a comment you must log in.
Revision history for this message
Chris Johnston (cjohnston) wrote :

Added aliases in help info

Revision history for this message
Nathan Handler (nhandler) :
review: Approve
lp:~cjohnston/ubuntu-classroom/help updated
3. By Chris Johnston

Added link to wiki page

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'classbot.pl'
2--- classbot.pl 2010-02-17 23:45:45 +0000
3+++ classbot.pl 2010-02-18 01:56:14 +0000
4@@ -226,9 +226,10 @@
5 my($data, $server, $witem) = @_;
6
7 if($data=~m/^question$/i) {
8- Irssi::print("!question: Review the next question in the queue.");
9- Irssi::print("!no [comment]: Ignore the question being reviewed. If a comment is specified, it will be displayed in $qchan");
10- Irssi::print("!yes: Approve the question being reviewed. It will be displayed in $chan");
11+ Irssi::print("!question or !q: Review the next question in the queue.");
12+ Irssi::print("!no [comment] or !n [comment]: Ignore the question being reviewed. If a comment is specified, it will be displayed in $qchan");
13+ Irssi::print("!yes or !y: Approve the question being reviewed. It will be displayed in $chan");
14+ Irssi::print("For more information about ClassBot visit: https://wiki.ubuntu.com/Classroom/ClassBot");
15 }
16 }
17

Subscribers

People subscribed via source and target branches

to all changes: