aboutsummaryrefslogtreecommitdiff
path: root/irc/bobot++/files/patch-source::ChannelList.C
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bobot++/files/patch-source::ChannelList.C')
-rw-r--r--irc/bobot++/files/patch-source::ChannelList.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bobot++/files/patch-source::ChannelList.C b/irc/bobot++/files/patch-source::ChannelList.C
new file mode 100644
index 000000000000..b472aaecb8d9
--- /dev/null
+++ b/irc/bobot++/files/patch-source::ChannelList.C
@@ -0,0 +1,11 @@
+--- source/ChannelList.C.orig Sat Nov 23 21:40:56 2002
++++ source/ChannelList.C Sat Nov 23 21:41:04 2002
+@@ -41,7 +41,7 @@
+ }
+
+ void
+-ChannelList::addChannel(ServerConnection *cnx, String name, String wantedModes = "")
++ChannelList::addChannel(ServerConnection *cnx, String name, String wantedModes)
+ {
+ name = name.toLower();
+ list[name] = new Channel(cnx, name, wantedModes);