Get the welcome message from the server. (this is read and squirreled away by connect())
(self)
| 163 | return self.welcome |
| 164 | |
| 165 | def getwelcome(self): |
| 166 | '''Get the welcome message from the server. |
| 167 | (this is read and squirreled away by connect())''' |
| 168 | if self.debugging: |
| 169 | print('*welcome*', self.sanitize(self.welcome)) |
| 170 | return self.welcome |
| 171 | |
| 172 | def set_debuglevel(self, level): |
| 173 | '''Set the debugging level. |