Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11060401
D3399.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.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
Tue, Aug 12, 20:12 (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2888371
Default Alt Text
D3399.diff (965 B)
Attached To
Mode
D3399: Improve inclusive terminology
Attached
Detach File
Event Timeline
Log In to Comment