Allow Admin Bot to submit on behalf of others.
diff --git a/rules.pl b/rules.pl
index c516ac1..def3ab3 100644
--- a/rules.pl
+++ b/rules.pl
@@ -10,10 +10,10 @@
   \+ regex_matches('@google.com', Email),
   !.
 
-%% The Admin Bot (ID 6165) can submit on behalf of others.
+%% The Admin Bot (User ID: 6165) can submit on behalf of others.
 only_author_can_submit(S, S) :-
  gerrit:current_user(Id),
-  Id == 6165,
+  Id == user(6165),
   !.
 
 only_author_can_submit(S, S) :-