PennMUSH Community

Ticket #7648: recall-join.patch.txt

File recall-join.patch.txt, 1.4 kB (added by Talvo, 5 months ago)
Line 
1 *** src/extchat.c.orig  Sat Dec 29 03:57:18 2007
2 --- src/extchat.c   Wed Jul  2 20:42:21 2008
3 ***************
4 *** 3456,3463 ****
5       return;
6     }
7     u = onchannel(player, chan);
8 !   if (!u && !Chan_Can_Access(chan, player)) {
9 !     notify(player, T("CHAT: You must join a channel to recall from it."));
10       return;
11     }
12     if (!ChanBufferQ(chan)) {
13 --- 3456,3463 ----
14       return;
15     }
16     u = onchannel(player, chan);
17 !   if (!u && !Chan_Can_Join(chan, player)) {
18 !     notify(player, T("CHAT: You must be able to join a channel to recall from it."));
19       return;
20     }
21     if (!ChanBufferQ(chan)) {
22 *** game/txt/hlp/pennchat.hlp.orig  Mon Jul  9 04:50:12 2007
23 --- game/txt/hlp/pennchat.hlp   Wed Jul  2 20:42:57 2008
24 ***************
25 *** 193,199 ****
26     can be limited by specifying <lines> to show and a <start line> to
27     start display from.  If <lines> is an elapsed time, like '1h',
28     messages from within the given interval will be recalled.  You must
29 !   be on a channel to recall from it.
30  
31     See "help @channel4" for more.
32   & @channel4
33 --- 193,199 ----
34     can be limited by specifying <lines> to show and a <start line> to
35     start display from.  If <lines> is an elapsed time, like '1h',
36     messages from within the given interval will be recalled.  You must
37 !   be on a channel or able to join it to recall from it.
38  
39     See "help @channel4" for more.
40   & @channel4