Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
b95932e
for
irc.h
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2010-03-27T03:39:23Z (
15 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
83e92bf
Parents:
63a520b
Message:
Added WHOIS command.
File:
1 edited
irc.h
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
irc.h
r63a520b
rb95932e
87
87
typedef struct irc_user
88
88
{
89
irc_t *irc;
90
89
91
char *nick;
90
92
char *user;
…
…
159
161
void irc_send_names( irc_channel_t *ic );
160
162
void irc_send_topic( irc_channel_t *ic );
163
void irc_send_whois( irc_user_t *iu );
161
164
162
165
/* irc_user.c */
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive