Rename isIRCStyleCommand to sendAsIRCStyleCommandIfPossible

This commit is contained in:
aringenbach
2022-07-12 10:37:29 +02:00
parent e00a4631eb
commit d9554e3d8a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ typedef NS_ENUM(NSUInteger, MXKRoomViewControllerJoinRoomResult) {
@param string to analyse
@return YES if IRC style command has been detected and interpreted.
*/
- (BOOL)isIRCStyleCommand:(NSString*)string;
- (BOOL)sendAsIRCStyleCommandIfPossible:(NSString*)string;
/**
Mention the member display name in the current text of the message composer.