mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Updated __str__ for Irc objects.
This commit is contained in:
parent
a3f136279f
commit
0f5920571e
@ -735,7 +735,7 @@ class Irc(IrcCommandDispatcher):
|
|||||||
return not (self == other)
|
return not (self == other)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return 'Irc object for server %s' % self.server
|
return 'Irc object for %s' % self.network
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user