mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Another elucidating comment.
This commit is contained in:
parent
e26d46f416
commit
c3e1d1daca
@ -677,6 +677,10 @@ class IrcObjectProxy(RichReplyMethods):
|
||||
return cbs
|
||||
|
||||
def finalEval(self):
|
||||
# Now that we've already iterated through our args and made sure
|
||||
# that any list of args was evaluated (by spawning another
|
||||
# IrcObjectProxy to evaluated it into a string), we can finally
|
||||
# evaluated our own list of arguments.
|
||||
assert not self.finalEvaled, 'finalEval called twice.'
|
||||
self.finalEvaled = True
|
||||
command = self.args[0]
|
||||
|
Loading…
Reference in New Issue
Block a user