ObjIRC  Diff

Differences From Artifact [2dd5077513]:

To Artifact [f1fa07458f]:


97
98
99
100
101
102
103
104

105
106

107
108
109

110
111
112
113
114
115
97
98
99
100
101
102
103

104
105

106
107
108

109
110
111
112
113
114
115







-
+

-
+


-
+






- (void)joinChannel: (OFString*)channelName;
- (void)leaveChannel: (IRCChannel*)channel;
- (void)leaveChannel: (IRCChannel*)channel
	  withReason: (OFString*)reason;
- (void)sendMessage: (OFString*)msg
	  toChannel: (IRCChannel*)channel;
- (void)sendMessage: (OFString*)msg
	     toUser: (IRCUser*)user;
	     toUser: (OFString*)user;
- (void)sendNotice: (OFString*)notice
	    toUser: (IRCUser*)user;
	    toUser: (OFString*)user;
- (void)sendNotice: (OFString*)notice
	 toChannel: (IRCChannel*)channel;
- (void)kickUser: (IRCUser*)user
- (void)kickUser: (OFString*)user
     fromChannel: (IRCChannel*)channel
      withReason: (OFString*)reason;
- (void)changeNicknameTo: (OFString*)nickname;
- (void)process;
- (void)handleConnection;
@end