irc-summon: Use UIDs to identify proper human users.
[ircbot] / irc-summon
index fd62556..92f7eb5 100644 (file)
@@ -1,4 +1,4 @@
-if ! glob calling-user ian ijackson
+if ! grep calling-user /var/lib/ircbot/bot-users
        reject
        quit
 fi
@@ -6,7 +6,7 @@ fi
 no-disconnect-hup
 ignore-fd 0
 
-if ! grep service-user /etc/userlist
+if ! range service-user 1000 9999
        execute sh -c "echo problem is not a user"
        quit
 fi