Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3724227
D3399.id8763.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
965 B
Referenced Files
None
Subscribers
None
D3399.id8763.diff
View Options
diff --git a/Daeghrefn/Tools.tcl b/Daeghrefn/Tools.tcl
--- a/Daeghrefn/Tools.tcl
+++ b/Daeghrefn/Tools.tcl
@@ -6,17 +6,17 @@
bind dcc - unixtime dcc:unixtime
#
-# .genpass <master password> <domain name>
+# .genpass <main password> <domain name>
# www.supergenpass.com/genpass legacy generator
#
-proc genpass {master domain} {
- string range [md5 "$master:$domain"] 0 7
+proc genpass {main domain} {
+ string range [md5 "$main:$domain"] 0 7
}
proc dcc:genpass {handle idx arg} {
if {[llength $arg] != 2} {
- putdcc $idx "Usage: .genpass <master password> <domain name>"
+ putdcc $idx "Usage: .genpass <main password> <domain name>"
} {
putcmdlog "#$handle# genpass ..."
putdcc $idx [genpass [lindex $arg 0] [lindex $arg 1]]
diff --git a/TC2/Time.tcl b/TC2/Time.tcl
--- a/TC2/Time.tcl
+++ b/TC2/Time.tcl
@@ -19,7 +19,7 @@
unloadmodule channels
unloadmodule server
- #Links to master bot
+ #Links to primary bot
link Daeghrefn
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 13:29 (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2236407
Default Alt Text
D3399.id8763.diff (965 B)
Attached To
Mode
D3399: Improve inclusive terminology
Attached
Detach File
Event Timeline
Log In to Comment