From 54d17d98b1b607151ae0eedee8c7c039296e4094 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 3 Mar 2005 00:02:18 +0000 Subject: [PATCH] Update a reference to getops. --- plugins/Services/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Services/plugin.py b/plugins/Services/plugin.py index 4ccb67970..38b5ad5d6 100644 --- a/plugins/Services/plugin.py +++ b/plugins/Services/plugin.py @@ -46,7 +46,7 @@ class Services(callbacks.Plugin): use the password command multiple times if your bot has multiple nicks registered. Also, be sure to configure the NickServ and ChanServ configuration variables to match the NickServ and ChanServ nicks on your - network. Other commands such as identify, getops, etc. should not be + network. Other commands such as identify, op, etc. should not be necessary if the bot is properly configured.""" def __init__(self, irc): self.__parent = super(Services, self)