diff --git a/src/registry.py b/src/registry.py index 3add45df5..b623d7077 100644 --- a/src/registry.py +++ b/src/registry.py @@ -404,10 +404,10 @@ class Value(Group): # It may seem weird to check channel/network validity here, # but we need to prevent plugins from passing garbage values. # - # For example, LinkRelay has an inFilter() function that calls + # For example, LinkRelay has an inFilter() function that called # self.registryValue('...', msg.args[0]) no matter the command. This - # means that, every time it receives a 'PING :' from a - # network (eg. OFTC), it calls + # means that, every time the bot sends a 'PING :' from to + # network, LinkRelayed called # self.registryValue('...', ''), which calls this # function. #