1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 15:33:13 +02:00

Update name in first few lines of .c files.

Eg: src/modules/m_away.c is src/modules/away.c nowadays.
This commit is contained in:
Bram Matthys
2019-09-13 15:46:20 +02:00
parent baf02e8980
commit 3592d8db3a
77 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -387,5 +387,5 @@ int moddata_globalvar_set(char *varname, char *value)
}
/* The rest of the MD related functions, the send/receive functions,
* are in src/modules/m_md.c
* are in src/modules/md.c
*/