~ubuntu-branches/ubuntu/maverick/irssi/maverick

« back to all changes in this revision

Viewing changes to debian/patches/01chanmode_expando_strip

  • Committer: Steve Langasek
  • Date: 2010-06-04 02:14:31 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: vorlon@debian.org-20100604021431-2h44o1k66e0w2pg0
Tags: 0.8.15-1ubuntu1
mergeĀ versionĀ 0.8.15-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Author: Gerfried Fuchs <rhonda@debian.at>       vim:ft=diff:
2
2
Description: Don't expand chanmode by default, BTS #347944
3
3
 
4
 
Index: irssi-0.8.14/src/core/expandos.c
 
4
Index: irssi-0.8.15~rc1/src/core/expandos.c
5
5
===================================================================
6
 
--- irssi-0.8.14.orig/src/core/expandos.c
7
 
+++ irssi-0.8.14/src/core/expandos.c
 
6
--- irssi-0.8.15~rc1.orig/src/core/expandos.c
 
7
+++ irssi-0.8.15~rc1/src/core/expandos.c
8
8
@@ -584,7 +584,9 @@ void expandos_init(void)
9
9
 #endif
10
10
        settings_add_str("misc", "STATUS_OPER", "*");