1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00

Update comments (duplicate words, blah)

@skipci
This commit is contained in:
Bram Matthys
2019-08-10 13:29:14 +02:00
parent a185e341e6
commit 4d105afcf2
+2 -2
View File
@@ -1284,7 +1284,7 @@ MessageTag *duplicate_mtag(MessageTag *mtag)
}
/** New message. Either really brand new, or inherited from other servers.
* This function calls modules so they can add tags tags such as:
* This function calls modules so they can add tags, such as:
* msgid, time and account.
*/
void new_message(aClient *sender, MessageTag *recv_mtags, MessageTag **mtag_list)
@@ -1296,7 +1296,7 @@ void new_message(aClient *sender, MessageTag *recv_mtags, MessageTag **mtag_list
/** New message - SPECIAL edition. Either really brand new, or inherited
* from other servers.
* This function calls modules so they can add tags tags such as:
* This function calls modules so they can add tags, such as:
* msgid, time and account.
* This special version deals in a special way with msgid in particular.
* TODO: document