Changeset 8a08d92
- Timestamp:
- 2009-06-24T21:44:39Z (16 years ago)
- Branches:
- master
- Children:
- 2ea8736
- Parents:
- b9369b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
rb9369b5 r8a08d92 309 309 int st; 310 310 311 if( checkflags && checkflags( irc, s ) == 0 )311 if( s && checkflags && checkflags( irc, s ) == 0 ) 312 312 return 0; 313 313
Note: See TracChangeset
for help on using the changeset viewer.