From a5199c72758016cb931201d4b4b700f2441d5995 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 13 Sep 2003 14:07:29 +0000 Subject: [PATCH] Updated for the new users.conf format. --- examples/users.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/users.conf b/examples/users.conf index a4e2aa26f..63c372202 100644 --- a/examples/users.conf +++ b/examples/users.conf @@ -1,2 +1,3 @@ -{'jemfinch': IrcUser(ignore=False, auth=None, password='f0ob4r', capabilities=set('owner', '#programming.op', '#arstechnica.op', '#linux.op'), hostmasks=['jemfinch!jemfinch@*.homenet.ohio-state.edu', 'jemfinch!~1@ts*.homenet.ohio-state.edu']) -} +(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