Merge lp:~benny/classbot/fix-for-808905 into lp:classbot

Proposed by Benjamin Donald-Wilson
Status: Merged
Merged at revision: 99
Proposed branch: lp:~benny/classbot/fix-for-808905
Merge into: lp:classbot
Diff against target: 12 lines (+1/-1)
1 file modified
classbot.pl (+1/-1)
To merge this branch: bzr merge lp:~benny/classbot/fix-for-808905
Reviewer Review Type Date Requested Status
Nathan Handler Pending
Review via email: mp+92218@code.launchpad.net

Description of the change

I have fixed bug #808905

To post a comment you must log in.

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 2011-01-26 22:48:29 +0000
3+++ classbot.pl 2012-02-09 08:29:17 +0000
4@@ -393,7 +393,7 @@
5 &voice($qchan, $mynick, 1);
6 for my $key (keys %leaders) {
7 utf8::decode($key);
8- $server->command("^MSG $key ".$d->get("Instructions on how to use ClassBot can be found here: https://wiki.ubuntu.com/Classroom/ClassBot"));
9+ $server->command("^MSG $key ".$d->get("Instructions on how to use ClassBot can be found here: https://wiki.ubuntu.com/Classroom/ClassBot#Question_Handling"));
10 &voice($chan, $key, 1);
11 &voice($qchan, $key, 1);
12 }

Subscribers

People subscribed via source and target branches