Differences From Artifact [ed10d07beb]:
- File src/IRCConnection.h — part of check-in [58f1f2d5c5] at 2012-03-21 10:53:04 on branch trunk — Update URL in copyright. (user: js, size: 4235) [annotate] [blame] [check-ins using]
To Artifact [13e6df650f]:
- File src/IRCConnection.h — part of check-in [e7f34ce8d0] at 2012-10-17 20:18:31 on branch trunk — Use async I/O. (user: js, size: 4256) [annotate] [blame] [check-ins using]
︙ | |||
106 107 108 109 110 111 112 | 106 107 108 109 110 111 112 113 114 115 | - + | toUser: (OFString*)user; - (void)sendNotice: (OFString*)notice toChannel: (IRCChannel*)channel; - (void)kickUser: (OFString*)user fromChannel: (IRCChannel*)channel withReason: (OFString*)reason; - (void)changeNicknameTo: (OFString*)nickname; |