Differences From Artifact [4c8856ff28]:
- File src/IRCConnection.h — part of check-in [43e5b3c00a] at 2011-03-24 19:49:04 on branch trunk — Some cleanup. (user: js, size: 2689) [annotate] [blame] [check-ins using]
To Artifact [7791c3eea9]:
- File src/IRCConnection.h — part of check-in [b2ebf6b9e5] at 2011-09-09 14:55:04 on branch trunk — Adjust to recent ObjFW changes. (user: js, size: 2697) [annotate] [blame] [check-ins using]
︙ | |||
67 68 69 70 71 72 73 | 67 68 69 70 71 72 73 74 75 76 | - + | - (void)disconnect; - (void)disconnectWithReason: (OFString*)reason; - (void)joinChannel: (OFString*)channelName; - (void)leaveChannel: (IRCChannel*)channel; - (void)leaveChannel: (IRCChannel*)channel withReason: (OFString*)reason; - (void)sendLine: (OFString*)line; |