26 "IrcIdentity", "Default Identity") |
26 "IrcIdentity", "Default Identity") |
27 |
27 |
28 DefaultAwayMessage = QCoreApplication.translate( |
28 DefaultAwayMessage = QCoreApplication.translate( |
29 "IrcIdentity", "Gone away for now.") |
29 "IrcIdentity", "Gone away for now.") |
30 DefaultQuitMessage = QCoreApplication.translate( |
30 DefaultQuitMessage = QCoreApplication.translate( |
31 "IrcIdentity", "IRC for eric6 IDE") |
31 "IrcIdentity", "IRC for eric IDE") |
32 DefaultPartMessage = QCoreApplication.translate( |
32 DefaultPartMessage = QCoreApplication.translate( |
33 "IrcIdentity", "IRC for eric6 IDE") |
33 "IrcIdentity", "IRC for eric IDE") |
34 |
34 |
35 def __init__(self, name): |
35 def __init__(self, name): |
36 """ |
36 """ |
37 Constructor |
37 Constructor |
38 |
38 |