Changeset e6e1f18
- Timestamp:
- 2006-04-01T15:40:55Z (19 years ago)
- Branches:
- master
- Children:
- 6adcb6c6
- Parents:
- 7d31002
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r7d31002 re6e1f18 244 244 { 245 245 int i = 0; 246 247 if( strchr( irc->umode, 'b' ) ) 248 irc_usermsg( irc, "Account list:" ); 246 249 247 250 for( a = irc->accounts; a; a = a->next )
Note: See TracChangeset
for help on using the changeset viewer.