From: Michael Andreen Date: Tue, 7 Apr 2009 17:43:28 +0000 (+0200) Subject: Add seniors channel X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=68ed68c82643dd08e7cd5c226d00b92edbc28629;p=NDIRC.git Add seniors channel --- diff --git a/Misc.pm b/Misc.pm index f1bf816..64890ad 100644 --- a/Misc.pm +++ b/Misc.pm @@ -34,6 +34,7 @@ $channels{'#ndef'} = ['all','member','scan']; $channels{'#nd-day'} = ['all','member']; $channels{'#ndintel'} = ['all','member']; $channels{'#nd-officers'} = ['all','member']; +$channels{'#nd-seniors'} = ['all','member']; $channels{'#nd-ia'} = ['all','member']; $channels{'#ndawn'} = ['all']; $channels{'pm'} = ['pm'];