summaryrefslogtreecommitdiff
path: root/irc/bitlbee/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2016-04-11 12:42:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2016-04-11 12:42:08 +0000
commit4b433cd8c6c7289e50f3a51a45b7439bb4e1cc64 (patch)
tree52676b439e4bff8391790b5f4f5e99e3110e5fef /irc/bitlbee/files
parentRemove :${PORTSDIR}/ from depends... (diff)
Update irc/bitlbee to 3.4.2
Notes
Notes: svn path=/head/; revision=413028
Diffstat (limited to 'irc/bitlbee/files')
-rw-r--r--irc/bitlbee/files/patch-irc__channel.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/bitlbee/files/patch-irc__channel.c b/irc/bitlbee/files/patch-irc__channel.c
deleted file mode 100644
index 46e1c9495480..000000000000
--- a/irc/bitlbee/files/patch-irc__channel.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- irc_channel.c.orig 2015-07-20 20:09:00 UTC
-+++ irc_channel.c
-@@ -444,7 +444,7 @@ void irc_channel_auto_joins(irc_t *irc,
- can only auto-join them if their account is online. */
- char *acc_s;
-
-- if (!aj || (ic->flags & IRC_CHANNEL_JOINED)) {
-+ if (!aj && !(ic->flags & IRC_CHANNEL_JOINED)) {
- /* Only continue if this one's marked as auto_join
- or if we're in it already. (Possible if the
- client auto-rejoined it before identyfing.) */