Adjust to ObjFW API and fix a disconnect bug.
FossilOrigin-Name: 18137016905f0581bc493e61961522356acab11c15d53f561447045acc6e202c
This commit is contained in:
parent
52fcf8b32d
commit
9e71cf9de7
4 changed files with 42 additions and 27 deletions
|
@ -31,7 +31,7 @@
|
|||
@property (copy, readonly) OFString *nickname, *username, *hostname;
|
||||
#endif
|
||||
|
||||
+ IRCUserWithString: (OFString*)string;
|
||||
+ (instancetype)IRCUserWithString: (OFString*)string;
|
||||
- initWithString: (OFString*)string;
|
||||
- (OFString*)nickname;
|
||||
- (OFString*)username;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue