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