From 0f350eefe5cf60cd2213f8320ff435aff5c9cee6 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 5 Oct 2003 20:43:10 +0000 Subject: [PATCH] Removed, since they're practically useless. No one's going to write their own conf files by hand. --- examples/channels.conf | 2 -- examples/users.conf | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 examples/channels.conf delete mode 100644 examples/users.conf diff --git a/examples/channels.conf b/examples/channels.conf deleted file mode 100644 index 7efbc534b..000000000 --- a/examples/channels.conf +++ /dev/null @@ -1,2 +0,0 @@ -{'#coderforums': IrcChannel(bans=[], ignores=[], capabilities={'protected': False, 'voice': False, 'halfop': False, 'op': False}, lobotomized=False, defaultAllow=True) -} \ No newline at end of file diff --git a/examples/users.conf b/examples/users.conf deleted file mode 100644 index 63c372202..000000000 --- a/examples/users.conf +++ /dev/null @@ -1,3 +0,0 @@ -(3, [IrcUser(ignore=False, password='f1c93691bda7ef8bfeabacf13491eb660f109a36', name='test', capabilities=UserCapabilitySet(['owner']), hostmasks=['test!user@host.domain.tld']) -, IrcUser(ignore=False, password='qwerty', name='jemfinch', capabilities=UserCapabilitySet(['owner']), hostmasks=['jemfinch!~jfincher@dhcp065-024-075-056.columbus.rr.com']) -, None]) \ No newline at end of file